<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.action{
    background: white;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.57);
    padding: 12px 20px;
}
.action__item {
    position: revert;
    border-bottom: 1px solid #b3afaf;
    margin-top: 9px;
    padding-bottom: 31px;
    margin-right: -20px;
    padding-right: 20px;
    margin-bottom: 44px;
}
.action__item:last-child {
    border-bottom: none;
}
.action__item__banner {
    padding: 20px 0 30px 0;
}
.action__item__banner span{
    background: #c40016 none repeat scroll 0 0;
    color: #fff;
    margin: 0 12px 0 -34px;
    padding: 6px 25px;
    text-transform: uppercase;
}
.action__item__flex {
    display: flex;
}
.action__item__image {
    width: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.action__item h2{
    font-size: 24px;
    margin: 19px 0 16px;
    text-align: center;
    text-transform: uppercase;
}
.action__item__description {
    font-size: 13px;
    width: 100%;
}
.action__item__description p{
    color: #625a5a;
    font-style: italic;
    margin-top: 3.5px;
    margin-bottom: 7px;
}
.action__item__description ul{
    margin: 24px 0;
}
.action__item__description li{
    list-style-type: unset!important;
    margin-left: 22px;
}
.action__item__description a{
    color: #000!important;
    text-decoration: none;
}
.action__item__button {
    text-align: center;
    margin: 24px 0;
}
.action__item__button a{
    background-image: url('../img/content/arrow_right.png');
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 50px 10px 20px;
    background-color: black;
    color: white;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position-x: 100%;
}

@media (max-width: 900px) {
    .action__item__image {
        display: none;
    }
}</pre></body></html>