.image-and-text {
    background-color: var(--white);
}

.image-and-text.image-and-text--reverse .image-and-text__wrapper {
    flex-direction: row-reverse;
}

.image-and-text.image-and-text--reverse .image-and-text__wrapper .image-and-text__text-section {
    max-width: clamp(320px, 38vw, 731px);
}

.image-and-text__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: clamp(24px, 4.16vw, 80px);
}

.image-and-text__text-section {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.66vw, 32px);
    max-width: clamp(320px, 35.3vw, 678px);
}

.image-and-text__title {
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(28px, 2.5vw, 48px);
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--gray-100);
}

.image-and-text__description {
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(16px, 1.04vw, 20px);
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--gray-100);
}

.image-and-text__btns {
    display: flex;
    flex-direction: row;
    gap: clamp(16px, 1.66vw, 32px);
}

.image-and-text__image-section {
    height: clamp(320px, 37.8vw, 726px);
    width: 100%;
    max-width: clamp(320px, 37.4vw, 718px);
}

.image-and-text__image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-and-text__link-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: PP Neue Montreal;
    padding: clamp(12px, 0.83vw, 16px);
    font-weight: 400;
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: 140%;
    color: var(--gray-90);
    cursor: pointer;
    transition: color 0.3s ease;
}

.image-and-text__link-btn:hover {
    color: var(--gray-100);
}

.image-and-text__features-section {
    margin-top: clamp(24px, 2.5vw, 48px);
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.08vw, 40px);
}

.image-and-text__features-subtitle {
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(16px, 1.04vw, 20px);
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--gray-100);
    margin: 0;
}

.image-and-text__features-grid {
    display: flex;
    flex-direction: row;
    gap: clamp(16px, 1.2vw, 32px);
}

.image-and-text__features-item {
    display: flex;
    flex-direction: row;
    gap: clamp(8px, 0.83vw, 16px);
    align-items: flex-start;
    flex: 1;
}

.image-and-text__features-item .image-and-text__features-slash {
    flex-shrink: 0;
}

.image-and-text__features-item .image-and-text__features-slash svg {
    width: auto;
    height: clamp(24px, 1.88vw, 36px);
}

.image-and-text__features-text {
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(12px, 0.83vw, 16px);
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--gray-100);
    margin: 0;
}

.image-and-text--features .image-and-text__text-section {
    align-self: stretch;
}

.image-and-text--features .image-and-text__features-section {
    margin-top: auto;
}

.image-and-text--features .image-and-text__text-section {
    margin-top: clamp(40px, 5vw, 96px);
    max-width: clamp(320px, 38.6vw, 742px);
}




.image-and-text-bottom {
    background: #F5F5F5;
}

.image-and-text-bottom__wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 3.33vw, 64px);
}

.image-and-text-bottom__title {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(32px, 2.92vw, 56px);
    leading-trim: NONE;
    text-align: center;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #353535;
}

.image-and-text-bottom__content {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 1.67vw, 32px);
}

.image-and-text-bottom__content .img-wrapper {
    width: 100%;
    height: clamp(300px, 29.27vw, 562px);
}

.image-and-text-bottom__content .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.image-and-text-bottom__content .text-section {
    display: flex;
    gap: clamp(32px, 5vw, 96px);
}

.image-and-text-bottom__content .text-section .desc {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(16px, 1.04vw, 20px);
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    max-width: clamp(450px, 38.64vw, 742px);
    color: #353535;
}

.image-and-text-bottom__content .text-section .numbers-items {
    display: flex;
    flex-direction: row;
    gap: clamp(20px, 1.875vw, 36px);
}

.image-and-text-bottom__content .text-section .numbers-items .numbers-items__item {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.83vw, 16px);
    max-width: calc(100% / 3);
}

.image-and-text-bottom__content .text-section .numbers-items .numbers-items__item .number {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(32px, 2.92vw, 56px);
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;
}

.image-and-text-bottom__content .text-section .numbers-items .numbers-items__item .text {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15px, 0.94vw, 18px);
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000000;
}


@media (max-width: 1024px) {
    .image-and-text__wrapper {
        flex-direction: column;
        gap: 36px;
    }

    .image-and-text.image-and-text--reverse .image-and-text__wrapper {
        flex-direction: column-reverse;
    }

    .image-and-text__text-section {
        max-width: 100%;
        gap: 20px;
    }

    .image-and-text.image-and-text--reverse .image-and-text__wrapper .image-and-text__text-section {
        max-width: 100%;
    }

    .image-and-text__title {
        font-size: 32px;
    }

    .image-and-text__description {
        font-size: 16px;
    }

    .image-and-text__btns {
        gap: 16px;
    }

    .image-and-text--features .image-and-text__text-section {
        align-self: auto;
        margin-top: 0;
        max-width: 100%;
    }

    .image-and-text--features .image-and-text__features-section {
        margin-top: 24px;
        gap: 20px;
    }

    .image-and-text__features-subtitle {
        font-size: 16px;
    }

    .image-and-text__image-section {
        max-width: 100%;
        height: auto;
        aspect-ratio: 16/10;
        max-height: 440px;
    }

    .image-and-text__features-grid {
        flex-direction: column;
        gap: 16px;
    }

    .image-and-text-bottom__wrapper {
        gap: 36px;
    }

    .image-and-text-bottom__title {
        font-size: 32px;
    }

    .image-and-text-bottom__content {
        gap: 24px;
    }

    .image-and-text-bottom__content .img-wrapper {
        height: 300px;
    }

    .image-and-text-bottom__content .text-section {
        flex-direction: column;
        gap: 24px;
    }

    .image-and-text-bottom__content .text-section .desc {
        font-size: 16px;
        max-width: 100%;
    }

    .image-and-text-bottom__content .text-section .numbers-items {
        flex-direction: column;
        gap: 20px;
    }

    .image-and-text-bottom__content .text-section .numbers-items .numbers-items__item {
        max-width: 100%;
        gap: 8px;
    }

    .image-and-text-bottom__content .text-section .numbers-items .numbers-items__item .number {
        font-size: 40px;
    }

    .image-and-text-bottom__content .text-section .numbers-items .numbers-items__item .text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .image-and-text__title {
        font-size: 26px;
    }

    .image-and-text__description {
        font-size: 15px;
    }

    .image-and-text__image-section {
        aspect-ratio: 16/11;
    }
}

@media (max-width: 576px) {
    .image-and-text__wrapper {
        gap: 24px;
    }

    .image-and-text__text-section {
        gap: 16px;
    }

    .image-and-text__title {
        font-size: 22px;
    }

    .image-and-text__description {
        font-size: 14px;
        line-height: 140%;
    }

    .image-and-text__btns {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .image-and-text__btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .image-and-text__link-btn {
        justify-content: center;
        padding: 10px 0;
        font-size: 14px;
    }

    .image-and-text__image-section {
        aspect-ratio: 4/3;
        max-height: 300px;
    }

    .image-and-text__features-subtitle {
        font-size: 14px;
        text-align: left;
    }

    .image-and-text__features-item {
        gap: 10px;
    }

    .image-and-text__features-text {
        font-size: 13px;
    }
}