﻿@import url(fonts.css);
@import url(grid.css);
@import url(global.css);
@import url(header.css);
@import url(footer.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);


/* -------------------------- header__section shared -------------------------- */
.header__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section__title-text {
    font-weight: 700;
    font-size: 30px;
    color: var(--color-text-1);
    text-align: center !important;
}

@media (max-width: 576px) {
    .section__title-text {
        font-size: var(--font-size-5) !important;
        margin-bottom: 5px !important;
    }
}

.section__title.text-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

/* -------------------------- Hero Section -------------------------- */
.hero__section {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* فقط گرادیان، بدون url */
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 38%, rgba(255, 255, 255, 0.35) 70%, rgba(255, 255, 255, 0) 100%);
}

/* تصویر پس‌زمینه */
.hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: -1;
}

.hero__row {
    align-items: center;
    width: 100%;
}

.hero__content {
    position: relative;
    z-index: 2;
}

.hero__eyebrow {
    font-size: var(--font-size-3);
    font-weight: bold;
    color: var(--color-blue-1);
    margin-bottom: 8px;
}

.hero__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.35;
    color: var(--color-text-1);
    margin-bottom: 8px;
}

    .hero__title span {
        color: var(--color-blue-1);
    }

.hero__desc {
    font-size: var(--font-size-3);
    line-height: var(--line-height-28);
    color: var(--color-text-2);
    max-width: 460px;
    margin-bottom: 24px;
}

.hero__features {
    margin-bottom: 32px;
}

@media (max-width: 576px) {
    .hero__features {
        display: none;
    }
}

.hero__feature-item {
    font-size: var(--font-size-2);
    color: var(--color-text-1);
}

    .hero__feature-item i {
        color: var(--color-blue-1);
        font-size: 18px;
    }

.hero__actions {
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .hero__title {
        font-size: 32px;
    }
}

@media (max-width: 992px) {
    .hero__section {
        min-height: 460px;
    }
}

@media (max-width: 768px) {
    .hero__section {
        min-height: 0;
        padding: 32px 0 127px;
        background-image: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.80)), url("../images/vector-1.png");
        background-size: contain;
    }

    .hero__title {
        font-size: 26px;
    }

    .hero__desc {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .hero__section {
        min-height: 0;
        padding: 32px 0 197px;
    }

    .hero__actions {
        gap: 10px;
    }
}

/* -------------------------- Stats Section -------------------------- */
.stats__section {
    position: relative;
    z-index: 3;
    margin-top: -54px;
    margin-bottom: 3rem;
}

.stats__box {
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 60px -20px rgba(2, 13, 15, 0.15);
    box-shadow: 0px 10px 60px -20px rgba(2, 13, 15, 0.15);
    padding: 24px 16px;
}

.stats__row {
    align-items: center;
    row-gap: 30px;
}

.stats__item {
    text-align: center;
    gap: 20px;
    position: relative;
}

    .stats__item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 2px;
        height: 60px;
        background-color: #dddddd;
    }

    .stats__item i {
        font-size: 26px;
        color: var(--color-blue-1);
        background-color: #f5f5f5;
        padding: 16px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.stats__number {
    font-weight: 800;
    font-size: 22px;
    color: var(--color-text-1);
}

.stats__label {
    font-size: var(--font-size-1);
    color: var(--color-text-2);
}

@media (max-width: 992px) {
    .stats__box {
        padding: 20px 10px;
    }

    .stats__number {
        font-size: 18px;
    }
}

@media(max-width: 768px) {
    .stats__section {
        margin-top: -95px;
    }

    .stats__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .stats__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 576px) {
    .stats__section {
        margin-top: -165px;
    }

    .stats__item {
        flex-direction: column-reverse;
    }

        .stats__item i {
            font-size: 20px;
        }
}

/* -------------------------- PRICE SECTION -------------------------- */
.price-section .product-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    direction: rtl;
}

.price-section .product-info {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.price-section .border-box__title {
    font-weight: 700;
    font-size: var(--font-size-4);
    color: var(--color-blue-1);
}

.price-section .gold-star {
    display: inline-block;
    width: 23px;
    height: 26px;
    cursor: pointer;
    background: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.59638 0.552007C3.79613 0.278829 4.20387 0.278829 4.40362 0.552007L5.36281 1.86385C5.42452 1.94825 5.51113 2.01118 5.61047 2.04379L7.15451 2.55065C7.47604 2.6562 7.60204 3.04399 7.40396 3.31837L6.45273 4.636C6.39153 4.72077 6.35845 4.82259 6.35813 4.92715L6.35321 6.55224C6.35219 6.89066 6.02231 7.13032 5.70015 7.02672L4.15307 6.52922C4.05353 6.49721 3.94647 6.49721 3.84693 6.52922L2.29985 7.02672C1.97769 7.13032 1.64781 6.89066 1.64679 6.55224L1.64187 4.92715C1.64155 4.82259 1.60847 4.72077 1.54727 4.636L0.596039 3.31837C0.397955 3.04399 0.523957 2.6562 0.845489 2.55065L2.38953 2.04379C2.48887 2.01118 2.57548 1.94825 2.63719 1.86384L3.59638 0.552007Z" fill="%23189DB4"/></svg>') no-repeat center;
}

.price-section .ratings,
.price-section .price-info,
.price-section .options {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.price-section .product-card .ratings span:first-of-type {
    color: #ffb300;
}

.price-section .cta-button {
    background-color: #ff4f00;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s;
}

    .price-section .cta-button:hover {
        background-color: #e04000;
    }

/* -------------------------- PORTFOLIO SECTION -------------------------- */
.portfolio-section {
    margin-bottom: 4rem;
}

    .portfolio-section .portfolio-section__tabs {
        gap: 10px;
        margin-bottom: 32px;
    }

    .portfolio-section .portfolio-section__tab {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid var(--color-blue-5);
        background-color: transparent;
        color: var(--color-blue-1);
        border-radius: 15px;
        padding: 9px 18px;
        font-size: var(--font-size-1);
        cursor: pointer;
        transition: all 0.3s;
    }

        .portfolio-section .portfolio-section__tab:hover {
            background-color: var(--color-blue-1);
            color: #fff;
        }

        .portfolio-section .portfolio-section__tab.active {
            background-color: var(--color-blue-1);
            border-color: var(--color-blue-1);
            color: #fff;
        }

    .portfolio-section .portfolio-section__grid {
        row-gap: 24px;
    }

@media (min-width:1200px) {
    .portfolio-section .portfolio-section__card-col {
        padding-inline: 8px;
    }
}

.portfolio-section .portfolio-section__more {
    margin-inline: auto;
    margin-top: 1.5rem;
}

    .portfolio-section .portfolio-section__more.d-none {
        display: none !important;
    }

/* -------- reused verbatim from home.html services section -------- */
.service-slide {
    padding: 0 0 10px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 95px -46px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.service-card {
    position: relative;
    border-radius: 14px 14px 0 0;
}

    .service-card img {
        width: 100%;
        aspect-ratio: 4/3;
        display: block;
    }

    .service-card::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 55%;
        background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }

.service-card__title {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 6px;
    font-size: var(--font-size-2);
    color: var(--color-text-1);
    transition: color 0.4s;
}

.service-slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0 0 14px 14px;
    background: linear-gradient(to top, var(--color-blue-1) 0%, #189db478 45%, #189db411 100%);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: none;
}

.service-slide:hover::before {
    opacity: 1;
}

.service-slide:hover .service-card__title {
    color: #fff;
}

@media (max-width: 576px) {
    .portfolio-section .portfolio-section__tabs {
        gap: 6px;
    }

    .portfolio-section .portfolio-section__tab {
        font-size: var(--font-size-0);
        padding: 7px 12px;
    }
}

/* -------------------------- Process Section -------------------------- */
.process__section {
    margin-bottom: 3rem;
}

.process__box {
    background: linear-gradient(to left, var(--color-blue-1), #0b6f81);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.process__title {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
}

.step__box {
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.process__steps {
    position: relative;
}

    .process__steps::before {
        content: "";
        position: absolute;
        top: 32px;
        right: 20px;
        left: 20px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.25);
    }

.process__step {
    position: relative;
    z-index: 1;
    text-align: center;
    gap: 12px;
}

.process__step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--color-blue-1);
    font-weight: 700;
    font-size: var(--font-size-3);
}

.process__step-label {
    color: #fff;
    font-size: var(--font-size-1);
    white-space: nowrap;
}

.process__image-wrapper {
    display: flex;
    height: 100%;
}

    .process__image-wrapper img {
        width: 100%;
        aspect-ratio: 4/3;
    }

/* mobile-only vertical process built with markup (no flat image), same color theme */
.process__steps-mobile {
    display: none;
}

@media (max-width: 992px) {
    .process__box {
        z-index: 0;
    }

    .process__steps {
        margin-bottom: 24px;
    }

    .process__step-label {
        font-size: var(--font-size-0);
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .process__steps {
        display: none;
    }

    .process__steps-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        position: relative;
    }

        .process__steps-mobile::before {
            content: "";
            position: absolute;
            top: 20px;
            bottom: 20px;
            right: 30px;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.25);
            z-index: -1;
        }

    .process__step-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 12px 0;
    }

        .process__step-mobile .process__step-number {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

        .process__step-mobile .process__step-label {
            white-space: normal;
            text-align: right;
            font-size: var(--font-size-2);
        }
}

/* -------------------------- TEAM SECTION -------------------------- */
.team-section {
    margin-bottom: 4rem;
}

    .team-section .team-section__header {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .team-section .team-section__title {
        font-weight: 800;
        font-size: 30px;
        color: var(--color-text-1);
        margin-bottom: 10px;
    }

    .team-section .team-section__subtitle {
        font-size: var(--font-size-2);
        color: var(--color-text-2);
    }

    .team-section .team-section__card {
        background-color: #fff;
        border-radius: 20px;
        padding: 10px;
        text-align: center;
        -webkit-box-shadow: 0px 0px 60px -30px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 60px -30px rgba(0, 0, 0, 0.2);
    }

    .team-section .team-section__img-wrapper {
        border-radius: 14px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .team-section .team-section__img-wrapper img {
            width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
        }

    .team-section .team-section__name {
        font-weight: 700;
        font-size: var(--font-size-3);
        color: var(--color-text-1);
        margin-bottom: 4px;
    }

    .team-section .team-section__role {
        font-size: var(--font-size-1);
        color: var(--color-text-3);
        padding-bottom: 6px;
    }

@media (max-width: 576px) {
    .team-section .team-section__title {
        font-size: 22px;
    }
}

/* -------------------------- 7. Reviews Section -------------------------- */
.reviews__section {
    margin-bottom: 3rem;
}

    .reviews__section .row {
        row-gap: 30px;
    }

.reviews__intro-card {
    background: linear-gradient(to bottom, var(--color-blue-1), #0b6f81);
    border-radius: 25px;
    padding: 32px 24px;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.reviews__intro-title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
}

.reviews__intro-btn {
    align-self: center;
}

.reviews__slider {
    position: relative;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 60px -30px rgba(0, 0, 0, 0.25);
}

.review-card {
    padding: 20px;
    height: 100%;
    position: relative;
}

    .review-card::before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: 0;
        width: 1px;
        height: 80%;
        background-color: #E1E6E9;
        margin-block: auto;
    }

.review-card__stars {
    color: #FFB93D;
    font-size: 13px;
}

.review-card__image {
    margin-bottom: 10px;
    aspect-ratio: 1/1;
    max-width: 70px;
    margin-inline: auto;
}

.review-card__text {
    font-size: var(--font-size-1);
    color: var(--color-text-2);
}

.review-card__author {
    font-weight: 700;
    font-size: var(--font-size-2);
    color: var(--color-text-1);
    margin-bottom: 5px;
}

.reviews__image {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    min-height: 220px;
}

    .reviews__image img {
        width: 100%;
        height: 100%;
    }

/* -------------------------- FILE FORMATS SECTION -------------------------- */
.formats-section {
    margin-bottom: 4rem;
}

    .formats-section .formats-section__box {
        background-color: #fff;
        box-shadow: 0px 10px 60px -20px rgba(2, 13, 15, 0.15);
        border-radius: 20px;
        padding: 24px;
    }

    .formats-section .formats-section__title {
        font-weight: 700;
        font-size: var(--font-size-5);
        color: var(--color-text-1);
        margin-bottom: 20px;
    }

    .formats-section .formats-section__row {
        gap: 16px;
    }

    .formats-section .formats-section__badge {
        width: 56px;
        height: 56px;
        border-radius: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-weight: 800;
        font-size: var(--font-size-0);
        transition: 0.3s all;
        cursor: pointer;
    }

        .formats-section .formats-section__badge:hover {
            scale: 1.03;
        }

    .formats-section .formats-section__badge--ai {
        background-color: #FF9A00;
    }

    .formats-section .formats-section__badge--ps {
        background-color: #001E36;
    }

    .formats-section .formats-section__badge--pdf {
        background-color: #EB1000;
    }

    .formats-section .formats-section__badge--png {
        background-color: #8E44AD;
    }

    .formats-section .formats-section__badge--jpg {
        background-color: #1A7A4C;
    }

    .formats-section .formats-section__badge--svg {
        background-color: #FFB300;
    }

@media (max-width: 576px) {
    .formats-section .formats-section__box {
        padding: 16px;
    }

    .formats-section .formats-section__row {
        gap: 10px;
    }

    .formats-section .formats-section__badge {
        width: 46px;
        height: 46px;
        border-radius: 10px;
        font-size: 10px;
    }
}

/* -------------------------- BRANDS SECTION -------------------------- */
.brands-section {
    margin-bottom: 4rem;
}

    .brands-section .section__title {
        margin-bottom: 30px;
    }

    .brands-section .brands-section__box {
        background-color: #F8F9FA;
        border-radius: 25px;
        padding: 32px;
    }

    .brands-section .brands-section__item {
        background-color: transparent;
        border-radius: 12px;
        font-weight: 700;
        font-size: var(--font-size-2);
        color: var(--color-text-2);
        /* box-shadow: 0px 0px 40px -20px rgba(0, 0, 0, 0.15); */
    }

        .brands-section .brands-section__item img {
            aspect-ratio: 1 / 1;
            width: 75%;
            filter: grayscale(100%);
            transition: filter 0.3s ease;
        }

            .brands-section .brands-section__item img:hover {
                filter: grayscale(0%);
            }

@media (max-width: 576px) {
    .brands-section .brands-section__item {
        font-size: var(--font-size-1);
    }
}

/* -------------------------- PRODUCTS + ARTICLES SLIDERS -------------------------- */
.showcase-section {
    margin-bottom: 4rem;
}

    .showcase-section .showcase-section__row {
        row-gap: 24px;
    }

    .showcase-section .showcase-section__col__box {
        background-color: #fff;
        box-shadow: 0px 10px 60px -20px rgba(2, 13, 15, 0.15);
        padding: 20px 20px 35px;
        border-radius: 20px;
        height: 100%;
    }

    .showcase-section .showcase-section__header {
        margin-bottom: 10px;
    }

    .showcase-section .showcase-section__link {
        color: var(--color-blue-1);
        font-weight: 700;
        font-size: var(--font-size-2);
    }

    /* -------- product cards -------- */
    .showcase-section .showcase-section__product-card {
        background-color: #fff;
        border-radius: 16px;
        padding: 10px;
        height: 100%;
        box-shadow: 0px 0px 60px -30px rgba(0, 0, 0, 0.2);
    }

    .showcase-section .showcase-section__product-img {
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 12px;
    }

        .showcase-section .showcase-section__product-img img {
            width: 100%;
            aspect-ratio: 4/3;
        }

    .showcase-section .showcase-section__product-title {
        text-align: center;
        font-weight: 700;
        font-size: var(--font-size-2);
        color: var(--color-text-1);
        margin-bottom: 6px;
    }

    .showcase-section .showcase-section__product-price {
        text-align: center;
        font-size: var(--font-size-0);
        color: var(--color-text-3);
    }

        .showcase-section .showcase-section__product-price span {
            color: var(--color-blue-1);
            font-weight: 700;
        }

    /* -------- article cards -------- */
    .showcase-section .showcase-section__article-card {
        background-color: #fff;
        border-radius: 16px;
        padding: 10px;
        height: 100%;
        box-shadow: 0px 0px 60px -30px rgba(0, 0, 0, 0.2);
    }

    .showcase-section .showcase-section__article-img {
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 12px;
    }

        .showcase-section .showcase-section__article-img img {
            width: 100%;
            aspect-ratio: 4/3;
        }

    .showcase-section .showcase-section__article-title {
        font-weight: 700;
        font-size: var(--font-size-2);
        color: var(--color-text-1);
        margin-bottom: 6px;
    }

    .showcase-section .showcase-section__article-desc {
        font-size: var(--font-size-0);
        color: var(--color-text-3);
        margin-bottom: 10px;
    }

    .showcase-section .showcase-section__article-link {
        color: var(--color-blue-1);
        font-weight: 700;
        font-size: var(--font-size-0);
        display: flex;
        justify-content: center;
    }

/* -------------------------- Why Us Section -------------------------- */
.why__section {
    margin-bottom: 4rem;
}

.why__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.why__item {
    text-align: center;
    gap: 14px;
    position: relative;
    transition: 0.2s all;
}

    .why__item::before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: 0;
        width: 1px;
        background-color: #E1E6E9;
    }

    .why__item:hover {
        scale: 1.03;
    }

    .why__item:first-child::before {
        display: none;
    }

.why__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--color-blue-1);
    font-size: 26px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 6px 20px -8px rgba(2, 13, 15, 0.15);
    box-shadow: 0px 6px 20px -8px rgba(2, 13, 15, 0.15);
}

.why__label {
    font-weight: 700;
    font-size: var(--font-size-2);
    color: var(--color-text-1);
    margin-bottom: 8px;
}

.why__sub-label {
    font-size: var(--font-size-1);
    color: var(--color-text-2);
    line-height: var(--line-height-28);
}

@media (max-width: 992px) {
    .why__item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 24px;
    }

        .why__item:nth-child(3n+1)::before {
            display: none;
        }
}

@media (max-width: 768px) {
    .why__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .why__item:nth-child(3n+1)::before {
            display: block;
        }

        .why__item:nth-child(2n+1)::before {
            display: none;
        }
}

@media (max-width: 576px) {
    .why__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .why__icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }
}
