.text-wrap {
    .s-title {
        margin-bottom: 24px;
    }
    .desc {
        margin-top: 24px;
        margin-bottom: clamp(32px, 3vw, 48px);
        text-align: justify;
    }
    .iso-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: clamp(16px, 3vw, 40px);
        margin-top: clamp(32px, 3vw, 48px);
    }
}
.video-wrapper {
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .text-wrap .s-title {
        text-align: center;
    }
}