﻿.auth-promo.auth-promo--website-21 {
    background: #fff;
    color: #333;
    padding: 2em;
    width: calc(100% - 2em);
    position: relative;
    max-width: 900px;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    z-index: 1;
    border-radius: 1em;
}

    .auth-promo.auth-promo--website-21:after {
        content: " ";
        display: block;
        position: absolute;
        top: 1em;
        right: 1em;
        width: 40%;
        bottom: 1em;
        background-image: url(/Auth/assets/promos/website-2022/hero.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

span.highlight {
    position: relative;
}

    span.highlight:after {
        content: '';
        width: 100%;
        height: 0.2em;
        background: rgb(255, 163, 166);
        position: absolute;
        left: 0;
        bottom: 0.25em;
        z-index: -1;
    }

.auth-promo.auth-promo--website-21 h4 {
    line-height: 1.2em;
}

.auth-promo.auth-promo--website-21 h5 {
    margin: 1em 0;
    line-height: 1.2em;
}

.auth-promo.auth-promo--website-21 a.auth-promo__btn {
    background: #ed1c24;
    color: #fff;
}

.auth-promo__content {
    max-width: 50%;
}