

/* start about section */
.about-text h6 {
    color: #828282;
    font-weight: 400 !important;
}

.about-text .sec-title h2 {
    font-weight: 600;
}

.about-benifits-item {
    width: 33.333333%;
    max-width: 33.333333%;
}

.about-benifits .text h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #293a8f !important;
}

.about-benifits-item > div {
    justify-content: start !important;
}

.about-benifits-item .img {
    width: 2rem;
    height: 2rem;
    background: #FEDC77;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .about-benifits-item .img span {
        font-size: 1.5rem;
        color: #fff;
        font-weight: 600;
    }

.about-img {
    position: relative;
}

    .about-img .about-img-main {
        width: 75%;
        height: 100%;
    }

    .about-img .about-img-expand {
        position: absolute;
        bottom: 50px;
        right: 50px;
        width: 16rem;
        height: 16rem;
        border: 12px solid #ffffff;
        filter: drop-shadow(0px 0px 16.814px rgba(191, 142, 49, 0.63));
        border-radius: 50%;
        background-image: url('../assets/img/about/about-expand.png');
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/* end about section */

/* start company cards*/
.company-cards .card {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

    .company-cards .card img {
        width: 3rem;
        height: 3rem;
    }

.company-cards .row > div .card .card-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.company-cards .row > div .card .card-text {
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
}

.company-cards .row > div .card {
    background: #fff;
}
/* end company cards */

/* start clients */

#clients {
    padding: 60px 0;
}

    #clients .clients-wrap {
        margin: 40px 0;
    }

.clients-wrap > div {
    padding: 0;
}

#clients .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
    height: 130px;
}

    #clients .client-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }


@media screen and (max-width: 576px) {
    .about-img .about-img-expand {
        right: 0;
    }

    .about-img .about-img-expand {
        width: 13rem;
        height: 13rem;
    }
}

@media screen and (max-width: 400px) {
    .about-img .about-img-expand {
        width: 10rem;
        height: 10rem;
    }
}
