.container {
    max-width: 1440px !important;
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1263px !important;
    }
}
@media screen and (max-width: 1199.9px) {
    .container {
        display: flex;
        justify-content: center;
    }
}
.row {
    display: flex;
    flex-direction: row-reverse !important;
}
@media screen and (max-width: 1199.9px) {
    .row {
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 1199.9px) {
    .col-12 {
        display: flex;
        justify-content: center;
    }
}
    .about-us-title-w {
        font-size: 64px;
        font-weight: 700;
        line-height: 96px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #00000005;
        margin-bottom: -22px;
    }

    .about-us-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000000;
        margin-bottom: 61px;
    }

    .welome-to-adpf-content {
        font-size: 20px;
        font-weight: 500;
        line-height: 31.4px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000000;
        max-width: 651px;
    }

    .mb-custom {
        margin-bottom: 66px;
    }

    .about-info {
        margin-top: 63px;
    }

    .what-we-offer {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 67px;
    }

.ico-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 18px;
    box-shadow: 0px 4px 25px 0px #0000000D;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .ico-what-we-offer {
        max-width: 38px;
    }

    .small-cards-container {
        display: grid;
        grid-template-columns: repeat(6, 193px);
        grid-template-rows: repeat(1, 190px);
        justify-content: space-between;
    }
@media screen and (max-width: 1199.9px) {
    .small-cards-container {
        grid-template-columns: repeat(3, 193px);
        grid-template-rows: repeat(2, 190px);
    }
}
@media screen and (max-width: 639.9px) {
    .small-cards-container {
        grid-template-columns: repeat(1, 193px);
        grid-template-rows: repeat(6, 190px);
        justify-content: center;
    }
}
    .mid-cards-container {
        display: grid;
        grid-template-columns: repeat(6, 193px);
        grid-template-rows: repeat(1, 280px);
        justify-content: space-between;
    }
@media screen and (max-width: 1199.9px) {
    .mid-cards-container {
        grid-template-columns: repeat(3, 193px);
        grid-template-rows: repeat(2, 280px);
    }
}
@media screen and (max-width: 639.9px) {
    .mid-cards-container {
        grid-template-columns: repeat(1, 193px);
        grid-template-rows: repeat(6, 280px);
        justify-content: center;
    }
}
    .what-we-offer-icon-word {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 31.4px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

.ico-flex-our-values {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 13.5px;
    box-shadow: 0px 4px 25px 0px #0000000D;
    border-radius: 10px;
    background-color: #FAFCFE;
    margin-bottom: 20px;
}

    .our-values-card-content {
        font-size: 12px;
        font-weight: 500;
        line-height: 18.84px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000000;
        margin-bottom: 0;
    }

    .inner-flex-our-values {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 76px;
        justify-content: space-between;
        margin-bottom: 11px;
    }

    .background-image-our-values {
        position: absolute;
        left: 0;
        width: 100%;
        height: 256px;
        padding: 0;
        object-fit: cover;
        z-index: -1;
        filter: blur(2px);
    }

    .m-top-70 {
        margin-top: 76px;
    }

    .less-bot {
        margin-bottom: 55px !important;
    }

    .mb-more {
        margin-bottom: 136px !important;
    }


@media screen and (max-width: 767px) {
    about-us-title-w {
        font-size: 50px;
        font-weight: 700;
        line-height: 65px;
    }

    .about-us-title,
    .what-we-offer {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .mb-custom {
        margin-bottom: 20px;
    }

    }