.atf-home {
    height: calc(100vh - var(--navbar-height-mobile));
    min-height: 747px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.atf-home .image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 200px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.atf-home .image-wrapper .img-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.atf-home .image-wrapper .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
    max-width: 100%;
}

.atf-home .image-wrapper h1 {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 600px;
    text-align: center;
    line-height: 90%;
}

.atf-home .big-mat-box {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    height: 140px;
    width: 183px;
    padding: 27px 26px;
}

.atf-home .big-mat-box p {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
    line-height: 100%;
}

.atf-home .text-box {
    position: relative;
    z-index: 2;
    max-width: 600px;
    width: 100%;
    background-color: transparent;
    padding: 20px;
    height: fit-content;
    font-size: 20px;
}

.atf-home .text-box p {
    border-radius: 14px;
    line-height: 100%;
    color: white;
    font-weight: 400;
    margin: 0px;
    height: 100%;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.section-about {
    padding: 70px 0px;
}

.section-about .heading {
    margin-bottom: 48px;
}

.section-about .h2 {
    font-weight: 400;
    text-align: center;
    max-width: 884px;
    margin: auto;
    font-size: 35px;
}

.section-about .h2 b, 
.section-about .h2 strong {
    color: var(--primary);
}

.section-about .btn {
    width: fit-content;
    margin: 48px auto 0px;
}

.section-about .numbers {
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 0px calc((100vw - 100%) / 2);
    margin: 89px calc((100vw - 100%) / -2) 0px;
}

.section-about .numbers::-webkit-scrollbar {
    display: none;
}

.section-about .numbers .col-lg-3 {
    max-width: 80%;
}

.section-about .number-box {
    background: url('/assets/img/noise.svg') var(--grey);
    background-blend-mode: soft-light;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    padding: 28px;
    height: 100%;
    min-height: 150px;
}

.section-about .number-box .number {
    color: var(--secondary);
    font-size: 50px;
    font-weight: 500;
    line-height: 90%;
    padding-bottom: 24px;
    border-bottom: 1px solid white;
    margin-bottom: 0px;
}

.section-about .number-box .text p {
    font-size: 18px;
    line-height: 100%;
    margin: 0px;
}

.section-accordions {
    padding: 0px 0px;
}

.section-accordions .inner {
    padding: 70px 0px 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: url('/assets/img/noise.svg') var(--dark-grey);
    background-blend-mode: soft-light;
}

.section-accordions .accordions-wrapper {
    position: relative;
    margin-top: 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section-accordions .accordions-wrapper .accordion {
    background: #F7F8FA;
    border-radius: 16px;
    border: 2px solid #FFF;
    min-height: 120px;
    height: fit-content;
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
}

.section-accordions .accordions-wrapper .accordion .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url('/assets/img/noise.svg') #F7F8FA;
    background-blend-mode: soft-light;
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

.section-accordions .accordions-wrapper .accordion .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px 0px;
    width: 100%;
    gap: 16px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.section-accordions .accordions-wrapper .accordion .header .title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: var(--primary);
    margin: 0px;
}

.section-accordions .accordions-wrapper .accordion .header img {
    height: 13px;
    width: auto;
    position: relative;
    top: 7px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.section-accordions .accordions-wrapper .accordion .content {
    height: 0px;
    background: white;
    overflow: hidden;
    padding: 0px 25px 0px;
    transition: all 0.2s ease-in-out;
}

.section-accordions .accordions-wrapper .accordion .content .title {
    font-size: 40px;
    color: var(--primary);
    line-height: 90%;
    font-weight: 600;
    margin-bottom: 24px;
}

.section-accordions .accordions-wrapper .accordion .content .text {
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 24px;
}

.section-accordions .accordions-wrapper .accordion .content .text p {
    margin: 0px;
}

.section-accordions .accordions-wrapper .accordion .content .btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.section-accordions .accordions-wrapper .accordion .content .btn-wrapper a {
    width: 100%;
}

.section-accordions .accordions-wrapper .accordion .content img {
    width: 100%;
    max-height: 208px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.section-accordions .accordions-wrapper .accordion.open {
    background: white;
    cursor: default;
    transition: all 0.2s ease-in-out;
}

.section-accordions .accordions-wrapper .accordion.open .overlay {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.section-accordions .accordions-wrapper .accordion.open .header {
    padding-top: 24px;
}

.section-accordions .accordions-wrapper .accordion.open .header .title {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.section-accordions .accordions-wrapper .accordion.open .header img {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.section-accordions .accordions-wrapper .accordion.open .content {
    padding: 24px 30px 0px;
    overflow: visible;
    transition: all 0.2s ease-in-out;
}

.section-top {
    padding: 70px 0px;
}

.section-top .heading {
    margin-bottom: 24px;
    margin-left: 0px;
    justify-content: flex-start;
}

.section-top .products-slider {
    margin-top: 40px;
}

.section-top h2 {
    margin: 0px;
}

.section-top h2 b {
    color: var(--primary);
}

.section-magazine {
    padding: 70px 0px;
}

.section-magazine .big-mat-row {
    background-color: var(--dark-grey);
    height: fit-content;
    border-radius: 20px;
    overflow: hidden;
}

.section-magazine .big-mat-row .img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.section-magazine .big-mat-row .img-wrapper > img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    object-fit: contain;
    top: 70px;
}

.section-magazine .big-mat-row .img-wrapper .bg-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29px;
    left: 29px;
    width: 205px;
    height: 116px;
    z-index: 1;
    background-color: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.section-magazine .big-mat-row .img-wrapper .bg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-magazine .big-mat-row .text-wrapper {
    padding: 30px;
    border-radius: 20px;
    background: url('/assets/img/noise.svg') var(--grey);
    background-blend-mode: soft-light;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    gap: 24px;
}

.section-magazine .big-mat-row .text-wrapper .heading {
    margin: 0px;
}

.section-magazine .big-mat-row .text-wrapper h2 {
    margin: 0px;
    line-height: 90%;
    font-weight: 400;
    max-width: 428px;
}

.section-magazine .big-mat-row .text-wrapper h2 b {
    color: var(--primary);
}

.section-magazine .magazine-row {
    background-color: var(--dark-grey);
    height: fit-content;
    border-radius: 20px;
    margin-top: 23px;
    overflow: hidden;
    flex-direction: column-reverse;
}

.section-magazine .magazine-row .img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.section-magazine .magazine-row .img-wrapper > img {
    width: auto;
    top: 20px;
    height: 240px;
    position: relative;
    z-index: 0;
    object-fit: contain;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.10);
}

.section-magazine .magazine-row .text-wrapper {
    padding: 32px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--grey);
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.section-magazine .magazine-row .text-wrapper .heading {
    justify-content: center;
    margin: 0px;
    margin-bottom: 24px;
}

.section-magazine .magazine-row .text-wrapper h2 {
    margin-bottom: 32px;
    line-height: 80%;
    font-weight: 600;
    max-width: 418px;
    color: var(--primary);
    text-align: center;
}

.section-partners {
    padding: 70px 0px 90px;
}

.section-partners .heading {
    margin: 0px 0px 32px;
}

.section-partners .partners-wrapper {
    display: flex;
    overflow: auto;
    padding: 40px calc((100vw - 100%) / 2);
    margin: -40px calc((100vw - 100%) / -2);
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.section-partners .partners-wrapper::-webkit-scrollbar {
    display: none;
}

.section-partners .partners-wrapper .partner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 124px;
    width: 116px;
    padding: 10px;
    border-radius: 16px;
    background-color: white;
    flex-shrink: 0;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.section-partners .partners-wrapper .partner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 991px) {
    .atf-home {
        height: calc(100vh - var(--navbar-height));
        min-height: 747px;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 17px 29px 29px;
    }

    .atf-home .image-wrapper {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        padding: 76px 70px;
        display: block;
    }

    .atf-home .image-wrapper .img-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .atf-home .image-wrapper .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
        z-index: 1;
        max-width: 70%;
    }

    .atf-home .image-wrapper h1 {
        position: relative;
        z-index: 2;
        color: white;
        max-width: 390px;
        line-height: 74px;
        text-align: left;
    }

    .atf-home .big-mat-box {
        position: absolute;
        bottom: 24px;
        right: 24px;
        display: flex;
        flex-direction: column;
        background: white;
        border-radius: 12px;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        height: 140px;
        width: 183px;
        padding: 27px 26px;
    }

    .atf-home .big-mat-box p {
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        color: var(--primary);
        line-height: 100%;
    }

    .atf-home .text-box {
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 2;
        max-width: 627px;
        width: 100%;
        background-color: white;
        padding: 20px 20px 0px 0px;
        border-radius: 0px 20px 0px 0px;
        height: 231px;
    }

    .atf-home .text-box::before {
        content: '';
        position: absolute;
        left: 0px;
        top: -19px;
        width: 25px;
        height: 19px;
        background-color: transparent;
        border-bottom-left-radius: 20px;
        box-shadow: -10px 5px 0 0 white;
    }

    .atf-home .text-box::after {
        content: '';
        position: absolute;
        right: -19px;
        bottom: 0px;
        width: 19px;
        height: 25px;
        background-color: transparent;
        border-bottom-left-radius: 20px;
        box-shadow: -3px 8px 0 0 white;
    }

    .atf-home .text-box p {
        background: var(--primary);
        border-radius: 14px;
        padding: 54px 59px;
        line-height: 100%;
        color: white;
        font-weight: 400;
        margin: 0px;
        height: 100%;
        text-align: left;
        text-shadow: none;
    }

    .atf-home .text-box p::after {
        content: '';
        position: absolute;
        top: -89%;
        left: 0px;
        width: 99%;
        height: 92%;
        background: transparent;
        border-radius: 0px 20px;
        border-bottom: 4px solid rgba(0, 0, 0, 0.20);
        filter: blur(3px);
    }

    .atf-home .text-box p::before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 99%;
        height: 8%;
        background: transparent;
        border-radius: 0px 20px;
        border-top: 4px solid rgba(0, 0, 0, 0.20);
        filter: blur(3px);
        border-right: 4px solid rgba(0, 0, 0, 0.20);
    }

    .section-about {
        padding: 100px 0px;
    }

    .section-about .heading {
        margin-bottom: 48px;
    }

    .section-about .h2 {
        font-weight: 400;
        text-align: center;
        max-width: 884px;
        margin: auto;
        font-size: 45px;
    }

    .section-about .h2 b, 
    .section-about .h2 strong {
        color: var(--primary);
    }

    .section-about .btn {
        width: fit-content;
        margin: 48px auto 0px;
    }

    .section-about .numbers {
        margin-top: 89px;
    }

    .section-about .numbers .col-lg-3 {
        max-width: 100%;
    }

    .section-about .number-box {
        background: url('/assets/img/noise.svg') var(--grey);
        background-blend-mode: soft-light;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 48px;
        padding: 28px 28px 39px;
        height: 100%;
        min-height: 230px;
    }

    .section-about .number-box .number {
        color: var(--secondary);
        font-size: 80px;
        font-weight: 500;
        line-height: 64px;
        padding-bottom: 24px;
        border-bottom: 1px solid white;
        margin-bottom: 0px;
    }

    .section-about .number-box .text p {
        font-size: 18px;
        line-height: 100%;
        margin: 0px;
    }

    .section-accordions {
        padding: 0px 28px;
    }

    .section-accordions .inner {
        padding: 87px 0px 140px;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        background: url('/assets/img/noise.svg') var(--dark-grey);
        background-blend-mode: soft-light;
    }

    .section-accordions .accordions-wrapper {
        position: relative;
        margin-top: 68px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .section-accordions .accordions-wrapper .accordion {
        background: #F7F8FA;
        border-radius: 16px;
        border: 2px solid #FFF;
        min-height: 150px;
        height: fit-content;
        flex-shrink: 0;
        width: 100%;
        overflow: hidden;
        padding-bottom: 64px;
        position: relative;
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    }

    .section-accordions .accordions-wrapper .accordion .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: url('/assets/img/noise.svg') #F7F8FA;
        background-blend-mode: soft-light;
        opacity: 0.7;
        pointer-events: none;
        z-index: 0;
    }

    .section-accordions .accordions-wrapper .accordion .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 48px 72px 0px 72px;
        width: 100%;
        gap: 16px;
        position: relative;
        cursor: pointer;
        z-index: 1;
    }

    .section-accordions .accordions-wrapper .accordion .header .title {
        font-size: 65px;
        line-height: 40px;
        font-weight: 600;
        color: var(--primary);
        margin: 0px;
    }

    .section-accordions .accordions-wrapper .accordion .header img {
        height: 18px;
        width: 38px;
        position: relative;
        top: 7px;
        transform: rotate(0deg);
        transition: all 0.2s ease-in-out;
    }

    .section-accordions .accordions-wrapper .accordion .content {
        height: 0px;
        background: white;
        overflow: hidden;
        padding: 0px 72px 0px;
        transition: all 0.2s ease-in-out;
    }

    .section-accordions .accordions-wrapper .accordion .content .title {
        font-size: 70px;
        color: var(--primary);
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 32px;
    }

    .section-accordions .accordions-wrapper .accordion .content .text {
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 32px;
    }

    .section-accordions .accordions-wrapper .accordion .content .text p {
        margin: 0px;
    }

    .section-accordions .accordions-wrapper .accordion .content .btn-wrapper {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: center;
        margin-bottom: 0px;
    }

    .section-accordions .accordions-wrapper .accordion .content img {
        width: 100%;
        max-height: 208px;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        background-color: white;
        box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
    }

    .section-accordions .accordions-wrapper .accordion.open {
        background: white;
        cursor: default;
        transition: all 0.2s ease-in-out;
    }

    .section-accordions .accordions-wrapper .accordion.open .overlay {
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    .section-accordions .accordions-wrapper .accordion.open .header {
        padding-top: 48px;
    }
    
    .section-accordions .accordions-wrapper .accordion.open .header .title {
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    .section-accordions .accordions-wrapper .accordion.open .header img {
        transform: rotate(180deg);
        transition: all 0.2s ease-in-out;
    }

    .section-accordions .accordions-wrapper .accordion.open .content {
        padding: 36px 72px 0px;
        overflow: visible;
        transition: all 0.2s ease-in-out;
    }

    .section-top {
        padding: 120px 0px;
    }

    .section-top .heading {
        margin-bottom: 32px;
        margin-left: 0px;
        justify-content: flex-start;
    }

    .section-top .products-slider {
        margin-top: 73px;
    }

    .section-top h2 {
        margin: 0px;
    }

    .section-top h2 b {
        color: var(--primary);
    }

    .section-magazine {
        padding: 50px 0px 69px;
    }

    .section-magazine .big-mat-row {
        background-color: var(--dark-grey);
        height: 588px;
        border-radius: 20px;
        overflow: hidden;
    }

    .section-magazine .big-mat-row .img-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .section-magazine .big-mat-row .img-wrapper > img {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 0;
        object-fit: contain;
        top: 70px;
    }

    .section-magazine .big-mat-row .img-wrapper .bg-wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 29px;
        left: 29px;
        width: 205px;
        height: 116px;
        z-index: 1;
        background-color: white;
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    }

    .section-magazine .big-mat-row .img-wrapper .bg-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .section-magazine .big-mat-row .text-wrapper {
        padding: 63px;
        border-radius: 20px;
        background: url('/assets/img/noise.svg') var(--grey);
        background-blend-mode: soft-light;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
        width: 100%;
        gap: 40px;
    }

    .section-magazine .big-mat-row .text-wrapper .heading {
        margin: 0px;
    }

    .section-magazine .big-mat-row .text-wrapper h2 {
        margin: 0px;
        line-height: 90%;
        font-weight: 400;
        max-width: 428px;
    }

    .section-magazine .big-mat-row .text-wrapper h2 b {
        color: var(--primary);
    }

    .section-magazine .magazine-row {
        background-color: var(--dark-grey);
        height: 308px;
        border-radius: 20px;
        margin-top: 23px;
        overflow: hidden;
        flex-direction: row;
    }

    .section-magazine .magazine-row .img-wrapper {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .section-magazine .magazine-row .img-wrapper > img {
        width: auto;
        top: 20px;
        height: 240px;
        position: relative;
        z-index: 0;
        object-fit: contain;
        border-radius: 0px 0px 12px 12px;
        box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.10);
    }

    .section-magazine .magazine-row .text-wrapper {
        padding: 32px 97px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        background-color: var(--grey);
        border-radius: 20px;
        height: 100%;
        width: 100%;
    }

    .section-magazine .magazine-row .text-wrapper .heading {
        justify-content: flex-start;
        margin: 0px;
        margin-bottom: 24px;
    }

    .section-magazine .magazine-row .text-wrapper h2 {
        margin-bottom: 32px;
        line-height: 80%;
        font-weight: 600;
        max-width: 418px;
        color: var(--primary);
        text-align: left;
    }

    .section-partners {
        padding: 110px 0px 135px;
    }

    .section-partners .heading {
        margin: 0px 0px 32px;
    }

    .section-partners .partners-wrapper {
        display: flex;
        overflow: auto;
        padding: 40px calc((100vw - 100%) / 2);
        margin: -40px calc((100vw - 100%) / -2);
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .section-partners .partners-wrapper::-webkit-scrollbar {
        display: none;
    }

    .section-partners .partners-wrapper .partner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 124px;
        width: 116px;
        padding: 10px;
        border-radius: 16px;
        background-color: white;
        flex-shrink: 0;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    }

    .section-partners .partners-wrapper .partner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    @media screen and (min-width: 992px) and (max-width: 1200px) {

        .section-about .number-box {
            gap: 24px;
            min-height: 150px;
        }

        .section-about .number-box .number {
            font-size: 60px;
        }
    }
}