.image-text.small-mb {
    margin-bottom: 40px;
}

.image-text__heading {
    margin-bottom: 20px;
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-text__row {
    display: flex;
}

.image-text__body p:last-child {
    margin-bottom: 0;
}

.image-text__body p strong {
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.image-text__image {
    height: fit-content;
    position: relative;
    background: linear-gradient(180deg, rgba(11, 49, 57, 0.2) 0%, rgba(20, 124, 192, 0.2) 100%);
}

.image-text__image img {
    width: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}



.image-text__button {
    margin-top: 20px;
    margin-right: auto;
}

.align-left .image-text__button {
    margin-right: unset;
    margin-left: auto;
}

.image-text ul {
    background: #1E2A35;
    border-radius: 20px;
}

.image-text ul li:nth-child(odd) {
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.image-text ul li {
    list-style: none;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.image-text ul li:nth-child(odd)::before {
    content: '';
    background: url(/wp-content/uploads/2024/02/white_yellow.jpg) no-repeat center / cover;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: block;
    flex-shrink: 0;
}

.image-text ul li:nth-child(odd) {
    margin-bottom: 12px;
}

.image-text ul li:nth-child(even) {
    margin-bottom: 20px;
}

.image-text ul li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 991px) {
    .image-text__row {
        justify-content: space-between;
        gap: 20px;
    }

    .align-left .image-text__row {
        flex-direction: row-reverse;
    }

    .image-text__body {
        flex-basis: 847px;
    }

    .image-text__image {
        flex-basis: 322px;
    }

    .image-text__body p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .image-text__image {
        padding: 14px;
        border-radius: 28px;
    }

    .image-text__image img {
        border-radius: 20px;
    }

    .image-text ul {
        padding: 24px;
        margin-bottom: 20px;
    }

    .image-text__button {
        min-width: 300px;
        max-width: fit-content;
    }

    .image-text ul h5 {
        font-size: 18px;
    }

    .image-text ul li {
        gap: 12px;
    }

    .image-text ul li:nth-child(even) {
        font-size: 14px;
        padding-left: 28px;
    }

    .image-text__image svg {
        position: absolute;
        left: -200px;
        top: -100px;
        z-index: 0;
    }

    h2.image-text__heading {
        font-size: 32px;
    }
}

@media screen and (max-width: 990.98px) {
    .image-text__body p {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .image-text__image {
        padding: 8px;
        border-radius: 20px;
    }

    .image-text__image img {
        border-radius: 14px;
    }

    .image-text ul {
        padding: 20px 14px;
        margin-bottom: 14px;
    }

    .image-text ul h5 {
        font-size: 16px;
    }

    .image-text ul li {
        gap: 8px;
    }

    .image-text ul li:nth-child(even) {
        font-size: 12px;
        padding-left: 22px;
    }

    .image-text__row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .align-left .image-text__row {
        flex-direction: column-reverse;
    }

    .image-text__image svg {
        display: none;
    }

    h2.image-text__heading {
        font-size: 22px;
    }
}