


.about-section1{
    margin-bottom: 70px;
}



.about-image-box{
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

.about-image-box img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}


.about-title{
    margin-bottom: 20px;
    font-weight: 600;
}

.about-title span{
    font-size: 22px;
    color: var(--text-color);
}

.about-text{

}

.about-text p{
    font-size: 15px;
}




.about-section2{
    margin-bottom: 80px;
}

.grid-about{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
}

.each-grid-about{
    border-radius: 20px;
    height: 309px;
}

.grid-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.grid-content{
    padding: 25px;
}

.grid-text{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.grid-text strong{
    font-size: 16px;
}

.grid-text span{
    font-size: 14px;
}





.about-section3{
    margin-bottom: 100px;
}


.about-big-box{
    background-color: #A8C5CCFF;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    min-height: 320px;
}

.big-image-about{
    position: absolute;
    bottom: -34px;
    right: 0px;
    width: 250px;
    height: 230px;
}

.big-image-about img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.big-image-about2{
    position: absolute;
    bottom: -34px;
    right: -88px;
    width: 200px;
    height: 200px;
}

.big-image-about2 img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.each-small-box{
    background-color: #A8C5CCFF;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 11px;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.each-small-box strong{
    font-size: 16px;
}

.each-small-box span{
    font-size: 14px;
}




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

    .about-title span {
        font-size: 18px;
    }

    .about-title {
        margin-bottom: 13px;
    }

    .about-text p {
        font-size: 14px;
    }

    .each-grid-about {
        border-radius: 20px;
        height: 223px;
    }

    .grid-about {
        grid-gap: 13px;
    }

    .about-big-box {
        min-height: 394px;
    }

}


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

    .grid-about {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .each-grid-about {
        height: 183px;
    }

    .about-image-box {
        height: 263px;
    }

    .about-section2 {
        margin-bottom: 60px;
    }


    .about-big-box {
        min-height: 338px;
        margin-bottom: 36px;
    }

    .big-image-about {
        width: 190px;
        height: 190px;
    }

    .big-image-about2 {
        right: -67px;
        width: 144px;
        height: 144px;
    }

    .about-big-box span{
        font-size: 13px;
    }
}


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

    .grid-about {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .about-image-box {
        height: 183px;
    }

    .about-section1 {
        margin-bottom: 13px;
    }

    .each-small-box span {
        font-size: 13px;
    }

}


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

    .about-section3 {
        margin-bottom: 48px;
    }

    .about-title span {
        font-size: 16px;
    }

    .about-text p {
        font-size: 13px;
    }

    .about-title {
        margin-bottom: 6px;
    }

    .about-image-box {
        height: 146px;
    }

    .each-grid-about {
        height: 146px;
    }

    .grid-text span {
        font-size: 13px;
    }

    .grid-text strong {
        font-size: 14px;
    }

    .big-image-about2 {
        right: 1px;
        bottom: -29px;
    }

    .big-image-about {
        right: 58px;
        bottom: -29px;
    }


    .about-big-box strong{
        font-size: 15px;
    }

    .each-small-box strong {
        font-size: 15px;
    }

}
