.s-button+.s-button {
    margin-left: .3125rem;
}

.s-button {
    transition: all .15s linear;
    font-size: .875rem;
    line-height: 1.5;
    color: #f2f2f2;
    font-family: SophosSansMedium, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding: .3125rem 1.25rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 1px solid #007ac6;
    border-radius: 3px;
    background-color: #007ac6;
    text-shadow: none;
}

.s-button:hover {
    text-decoration: none;
    color: #fff;
    border-color: #003b60;
    background-color: #003b60;
}

.s-button--green {
    color: #f2f2f2;
    border-color: #43ac38;
    background-color: #43ac38;
}

.s-button--green:hover {
    color: #fff;
    border-color: #34862b;
    background-color: #34862b;
}

.s-button--wide {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

.s-button--small {
    font-size: .75rem;
}

.s-ad-covid-19 {
    font-size: 1rem;
    line-height: 1.5;
    color: #242629;
    font-family: SophosSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    max-width: 769px;
    margin: 15px auto;
    padding: 30px 30px 25px;
    transition: box-shadow .25s cubic-bezier( .645, .045, .355, 1);
    text-align: center;
    background-color: #0d141d;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    box-shadow: 0 0 0 0 0 transparent;
    background-image: url(https://nakedsecurity.sophos.com/wp-content/uploads/sites/2/2020/04/ad-covid-19-banner.png);
}

.s-ad-covid-19__title {
    font-size: 2rem;
    line-height: 1.125;
    margin-bottom: 4px;
    color: #fff;
}

.s-ad-covid-19__text {
    font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #fff;
}

.s-ad-covid-19__action {
    margin-top: 15px;
}

.s-ad-covid-19__action .s-button {
    color: #fff;
}

.s-ad-covid-19__link-wrapper, .s-ad-covid-19__link-wrapper:hover {
    text-decoration: none;
}

.s-ad-covid-19__link-wrapper:hover .s-ad-covid-19 {
    box-shadow: 0 5px 10px 0 rgba( 0, 0, 0, .15);
}

.s-ad-covid-19__title {
    font-family: SophosSansSemibold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 44px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
}

.s-ad-covid-19__text {
    font-size: 20px;
    font-style: italic;
    line-height: 1.25;
    text-align: left;
}

.s-ad-covid-19 .s-button {
    border-radius: 20px;
}

@media (max-width:768px) {
    .s-ad-covid-19 {
        padding-top: 50px;
    }
    .s-ad-covid-19__title {
        font-size: 1.625rem;
    }
    .s-ad-covid-19__text {
        font-size: 14px;
    }
    .s-ad-covid-19 {
        padding-top: 30px;
    }
}
