.tpl-ribbon-nova-section{
    background: url('/sites/vs-pt/files/flmngr/tpl/tpl-ribbon-nova/waves_mobile.png') no-repeat center/cover,
    linear-gradient(90deg, #CD0C2E 27.41%, #AB192D 99.99%);
    background-blend-mode: hard-light;
    margin-top: 48px;
}

.tpl-ribbon-nova__content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tpl-ribbon-nova {
    min-height: 152px;
    display: flex;
    width: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    padding: 46px 20px;
}

.tpl-ribbon-nova__divider{
    border-bottom: 1px solid white
}

.tpl-ribbon-nova__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 4px;
    margin-bottom: 16px;
}


.tpl-ribbon-nova__body .vs-text{
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.28px;
}

.tpl-ribbon-nova__body .vs-text b{
    font-weight: 500;
}

.tpl-ribbon-nova__body .vs-title-2__medium{
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 123.077% */
}

@media (min-width: 1024px) {

    .tpl-ribbon-nova__divider{
        border-right: 1px solid white
    }

    .tpl-ribbon-nova__content{
        flex-direction: row;
        gap: 32px;
    }

    .tpl-ribbon-nova__title{
        text-align: end;
        max-width: 240px;
        align-content:center;
    }
    .tpl-ribbon-nova-section{
        background: url('/sites/vs-pt/files/flmngr/tpl/tpl-ribbon-nova/waves.png') no-repeat center/cover,
        linear-gradient(90deg, #CD0C2E 27.41%, #AB192D 99.99%);
        margin-top: 96px;
    }
    .tpl-ribbon-nova {
        gap: 8px;
        width: 100%;
        padding: 48px 96px;
    }

    .tpl-ribbon-nova__wrapper{
        gap: 48px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }

    .tpl-ribbon-nova__body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 0;
        flex: 1 0 0;
    }

    .tpl-ribbon-nova__body .vs-text{
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 20px; /* 125% */
        letter-spacing: -0.32px;
    }

    .tpl-ribbon-nova__wrapper a{
        align-self: center;
    }

    .tpl-ribbon_nova__button{
        display: flex;
        flex-direction: column-reverse;
    }

}