.text-highlight--container {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: 24px
}

@media screen and (min-width: 848px) {
    .text-highlight--container {
        padding-inline: 0
    }
}

.text-highlight p {
    font-family: var(--visby);
    color: #9C9C9C;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.4px
}

@media screen and (min-width: 992px) {
    .text-highlight p {
        font-size: 1.5rem;
        letter-spacing: 0.48px;
        text-align: center
    }
}