.theme-delta .teaser-simple-image-right {
    padding: 10rem 0;
}
.theme-delta .teaser-simple-image-right .title {
    font: normal normal 900 4.286rem/4.762rem "Tempo Std";
    color: #DC1125;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.theme-delta .teaser-simple-image-right p {
    font: normal normal normal 1.524rem/1.714rem "Helvetica Neue";
    color: #FFFFFF;
}
.theme-delta .teaser-simple-image-right .action {
    margin-top: 2.5rem;
}
.theme-delta .teaser-simple-image-right .action a {
    font: normal normal 900 1.333rem/1.905rem "Tempo Std";
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;

    background: transparent linear-gradient(232deg, #EA7387 0%, #DC1125 100%) 0% 0% no-repeat padding-box;
    border-radius: 1rem;
    padding: 1rem 3.81rem 0.6rem;
}
.theme-delta .teaser-simple-image-right .action a:hover {
    /*color: #DC1125;*/
}

@media (max-width: 991.98px) {
    .theme-delta .teaser-simple-image-left img {
        margin-top: 2rem;
    }
}