.about-back{
    background-image: url(pexels-ekaterina-bolovtsova-6077114.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

.about-main{
    position: relative;
    bottom: 50px;
    /* background-color: #fff; */
    box-shadow: 3px 3px 5px rgb(87, 87, 87);
    background-image: url(1731065354307.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


/* MEDIA QUERY */
@media (max-width:576px){
    .main-about-image{
        display: none;
    }

    .about-main{
        bottom: 60px;
    }
}

@media (min-width:577px) and (max-width:767px){
    .main-about-image{
        display: none;
    }

    .about-main{
        bottom: 70px;
    }
}


@media (min-width:768px) and (max-width:991px){
    
}


@media (min-width:992px) and (max-width:1199px){
    .about-back{
        height: 40vh;
    }
}  


@media (min-width:1200px) and (max-width:1399px){
    
}


@media (min-width:1400px){
    
}