.small-content-v2 > .boxed {
    display: flex;
    justify-content: center;
    padding: 192px 64px 0 64px !important;
}

.small-content-v2 > .boxed > .container {
    width: 100%;
    max-width: 624px;
}

.small-content-v2 .container > .heading {
    position: relative;
    margin-bottom: 40px;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Panton', sans-serif;
    font-size: 35px;
    font-weight: 370;
    line-height: 44px;
    -webkit-text-fill-color: transparent;
}

.small-content-v2 .container > .heading::after {
    position: absolute;
    top: calc(-256px);
    left: calc(-256px);
    z-index: -1;
    width: 512px;
    height: 512px;
    content: '';
    background-image: url('/wp-content/themes/strevon/assets/images/elements/yellow-ellipse.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.small-content-v2 .rows {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.small-content-v2 iframe {
    border-radius: 24px;
}

.small-content-v2 .row-item .heading {
    position: relative;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: 'Panton', sans-serif;
    font-size: 28px;
    font-weight: 370;
    line-height: 36px;
    -webkit-text-fill-color: transparent;
}

.small-content-v2 .row-item .content {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 28px;
    gap: 16px;
    color: #1A2233;
}

.small-content-v2 .row-item .content p {
    margin-bottom: 0;
}

.small-content-v2 .row-item img {
    display: block;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 24px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.small-content-v2 .row-item .content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.small-content-v2 .row-item .content ul:last-of-type {
    margin-bottom: 0;
}

.small-content-v2 .row-item .content ul li {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 36px;
    font-size: 18px;
    line-height: 28px;
}

.small-content-v2 .row-item .content ul li:before {
    top: 3px;
    width: 20px;
    height: 20px;
    content: '';
    background: transparent url('images/bullet.svg') no-repeat;
    background-size: cover;
    mask-image: none;
    -webkit-mask-image: none;
}

@media (max-width: 768px) {
    .small-content-v2 > .boxed {
        padding: 64px 16px 0 16px !important;
    }

    .small-content-v2 .container > .heading {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 32px;
    }

    .small-content-v2 .rows {
        gap: 28px;
    }

    .small-content-v2 .row-item .heading {
        margin-bottom: 8px;
        font-size: 21px;
        line-height: 28px;
    }

    .small-content-v2 .row-item .content {
        font-size: 16px;
        line-height: 24px;
    }

    .small-content-v2 .row-item .content ul li {
        padding-left: 32px;
        font-size: 16px;
        line-height: 24px;
    }

    .small-content-v2 .row-item .content ul li:before {
        width: 16px;
        height: 16px;
    }

    .small-content-v2 .row-item img {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}