.antrop-bg-box{
    position: relative;
}
.antrop-bg{
    width:100%; 
    height: 320px;
}
.antrop-bg-text{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
}
.antrop-title{
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.8rem;
    color: rgb(105, 105, 105);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: (4px);
    border-radius: 10px;
    padding: 1rem 0.25rem;
}
.antrop-line{
    border-bottom: 8px dotted white;
    width: 100%;
    position: absolute;
    bottom: 3px;
}
.antrop-text-img{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.antrop-text-img-p, .antrop-text-img-pic{
    flex-basis: 100%;
}
.antrop-text-img-pic{
    width: 50%;
    margin: 1.5rem 0;
}
.antrop-text{
    width: 90%;
    margin: 2rem auto;
    text-align: center;
}
.antrop-text ul{
    margin-left: 3rem;
    text-align: left;
    list-style-type: none;
}
.antrop-text ul li{
    margin-bottom: 1rem;
    position: relative;
}
.antrop-text ul li::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 26px;
    background-color: rgb(252, 206, 170);
    margin-right: 1rem;
    position: absolute;
    left: -15px;
}
.antrop-contact{
    border-radius: 50px;
    background: #ffffff;
    box-shadow:  20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
    padding: 3rem;
    margin: 2rem auto;
    color: rgb(75, 68, 62);
}
@media screen and (min-width: 516px){
    .antrop-title{
        width: 506px;
    }
    .antrop-text-img-pic{
        width: 30%;
        margin: 1.5rem 4rem;
    }
}
@media screen and (min-width: 992px){
    .antrop-bg{
        height: 420px;
    }
    .antrop-text ul{
        margin-left: 40%;
    }
    .antrop-title{
        width: inherit;
        padding: 3rem;
        font-size: 2.5rem;
    }
    .antrop-contact{
        width: 50%;
        display: inline-block;
    }
    .antrop-text-img-p, .antrop-text-img-pic{
        flex-basis: 40%;
    }
    .antrop-text-img-pic{
        width: 30%;
        margin: 1.5rem;
        padding: 2rem;
    }
    .antrop-line{
        border-bottom: 12px dotted white;
    }
}