.image-text--image-left .image-text__inner {
    grid-column: 2 / 2;
}

.image-text--image-left .image-text__image {
    grid-column: 1 / 1;
}


@media (min-width: 768px) {

    /* XL Screen */
    .image-text__wrapper {
        gap: 3rem;
        align-items: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    .image-text__wrapper {
        gap: 10rem;
    }
}

.image-text__text-box {
    display: flex;
    padding: 0.75rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
    align-self: stretch;
    border-radius: 0.375rem;
    background: #fafafa;
    margin-top: 2rem;
}

.image-text__text-box__head {
    display: flex;
    gap: 0.62rem;
}

.image-text__text-box__title {
    color: var(--text-loud);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 1.375rem */
    letter-spacing: -0.0625rem;
}

.image-text__text-box__body {
    color: var(--text-normal);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03rem;
}

.image-text__content h2,
.image-text__content h3,
.image-text__content h4,
.image-text__content h5,
.image-text__content h6 {
    color: var(--text-loud);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 1.375rem */
    letter-spacing: -0.0625rem;
}

.image-text__content p, .image-text__content ul {
    margin-top: 0.69rem;
    color: var(--text-normal);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.03rem;
}

.image-text__highlight {
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 0.625rem 2.625rem;
    align-items: center;
    gap: 0.57663rem;
    border-radius: 0.57663rem;
    background: linear-gradient(180deg, #f0f6fe 0%, #e7f1fd 100%);
    box-shadow: 0px 0px 0px 1px var(--primary-color), 0px 0px 0px 2px #fff, 0px 0px 0px 3px rgba(9, 109, 242, 0.3);
}

.image-text__highlight span {
    display: block;
    color: var(--primary-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.125rem */
}

.image-text__image {
    margin-top: 2rem;
}

.image-text__image img {
    width: 100%;
    /* Medium Screen */
}

@media (min-width: 768px) {
    .image-text__image {
        margin-top: none;
    }
}

.image-text__inner {
    grid-row: 1;
}

.image-text__inner>*:not(:first-child) {
    margin-top: 1rem;
}

.image-text__title {
    color: #031732;
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 3.78125rem */
    letter-spacing: -0.17188rem;
}

.image-text__body {
    color: var(--text-normal);
    font-family: WebsiteMainFont;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    /* 1.54688rem */
    letter-spacing: -0.0225rem;
}