.tpl-ribbon-sm-section{
    background: linear-gradient(90deg, #ED002F 0.02%, #AB192D 76.52%);
    margin-top: 48px;
}

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

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

.tpl-ribbon-sm__chip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    margin-bottom: 8px;
    border-radius: 16px;
    background: #00BF9E;
    width: fit-content;
}

.tpl-ribbon-sm__chip-icon {
    display: flex;
    max-width: 16px;
    max-height: 16px;
    text-align: center;
}

@media (min-width: 1440px){
    .tpl-ribbon-sm__wrapper{
        padding-inline: 48px;
    }
}

@media (min-width: 768px) {
    .tpl-ribbon-sm-section{
        margin-top: 96px;
    }
    .tpl-ribbon-sm {
        gap: 8px;
        width: 100%;
        padding: 24px 40px;
    }

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

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

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