@media (min-width: 1124px) {
 .seo-utils #intro-text-only-text {
    padding-top: 62px;
 }
}

.text-highlight {
    background-color: #fff;
    padding-bottom: 80px;
}
.text-highlight__inner {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 71px 0;
}

.long-text .text-highlight__inner {
    max-width: unset;
}

.text-highlight__content {
    position: relative;
}

.text-highlight__body {
    flex: 1;
    line-height: 1.8;
    text-align: justify;
    color: #111;
}

.text-highlight__icon {
    position: absolute;
    right: -48px;
    transform: translateX(150%);
    top: 0;
}

.text-highlight__icon img {
    width: 112px;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1024px) {
    .text-highlight__icon {
        right: 0;
    }
}

@media (max-width: 767px) {
    .text-highlight {
        padding-bottom: 40px;
    }

    .text-highlight__inner {
        padding-block: unset;
        padding-inline: 20px;
    }

    .text-highlight__content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-inline: 20px;
    }

    .text-highlight__icon {
        margin-block: 26px;
        margin-inline: auto;
        right: 0;
        position: relative;
        transform: unset;
        width: 171px;
    }

    .text-highlight__icon img {
        width: 100%;
    }
}