



.banner-about .container-fluid{
    padding-inline: 0;
}


.banner-about-image{
    position: relative;
    padding-block: 90px;
    width: 100%;
    min-height: 700px;
}

.banner-about-image::before{
    position: absolute;
    content: "";
    background-image: url("../images/about-banner.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /*filter: grayscale(1);*/
    top: 0;
}

.banner-about .container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-extra-img{
    width: 500px;
    height: 700px;
    position: absolute;
    top: 0;
}

.about-extra-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about_section{
    padding-block: 170px 90px;
}


.about-quote{
    padding-inline: 250px;

}

.about-quote *{
    text-align: center;
    font-size: 23px;
    line-height: 38px;
    font-weight: 600;
}

.row-about2{
    padding-inline: 250px;
    margin-top: 30px;
    align-items: center;
}


.about-row{
    align-items: flex-start;
    padding-inline: 250px;
    margin-top: 40px;
}


.grid-images{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.grid-col{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.each-grid-img{
    width: 100%;
    /*height: 200px;*/
}

.each-grid-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-big{
    width: 100%;
}

.grid-big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text p{
    text-align: justify;
}

.texts-about p{
    text-align: justify;
}




@media screen and (max-width: 1399px){

    .about-quote {
        padding-inline: 100px;
    }

    .about-row {
        padding-inline: 100px;
    }

    .row-about2 {
        padding-inline: 100px;
    }

    .about-extra-img {
        width: 434px;
        height: 632px;
        position: absolute;
    }

    .banner-about-image {
        min-height: 658px;
    }

}

@media screen and (max-width: 1199px){

    .about-quote {
        padding-inline: 50px;
    }

    .about-row {
        padding-inline: 50px;
    }

    .row-about2 {
        padding-inline: 50px;
    }

}

@media screen and (max-width: 991px){

    .banner-about-image {
        min-height: 526px;
    }

    .about-extra-img {
        width: 383px;
        height: 487px;
        position: absolute;
    }

    .about_section {
        padding-block: 122px 72px;
    }

    .about-quote * {
        font-size: 21px;
        line-height: 33px;
    }

    .grid-images {
        margin-bottom: 22px;
    }


}

@media screen and (max-width: 767px){

    .about-quote {
        padding-inline: 5px;
    }
    .about-row {
        padding-inline: 5px;
    }

    .row-about2 {
        padding-inline: 5px;
    }

    .banner-about-image {
        min-height: 463px;
    }

    .about-extra-img {
        width: 345px;
        height: 437px;
    }

    .about-quote * {
        font-size: 20px;
        line-height: 31px;
    }


    .row-about2 {
        margin-top: 11px;
    }


}

@media screen and (max-width: 575px){

    .banner-about-image {
        min-height: 407px;
    }

    .about-extra-img {
        width: 290px;
        height: 365px;
    }
    .about_section {
        padding-block: 89px 62px;
    }

    .about-quote * {
        font-size: 17px;
        line-height: 28px;
    }


}

@media screen and (max-width: 425px){

    .banner-about-image {
        min-height: 325px;
    }

    .about-extra-img {
        width: 235px;
        height: 291px;
    }

    .about-quote * {
        font-size: 16px;
        line-height: 25px;
    }

}

@media screen and (max-width: 375px){

}

@media screen and (max-width: 320px){

    .about-extra-img {
        width: 213px;
        height: 263px;
    }

    .about_section {
        padding-block: 65px 59px;
    }

}
