.ecard-promo h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 25px;
}
.ecard-promo p {
    margin-bottom: 10px;
}
.ecard-button {
    margin-bottom: 20px;
}
.ecard-button a {
    background-color: #0aa8e3;
    border: none;
    border-radius: 8px;
    color: #ffffff!important;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18.125px;
    padding: 8.3333333333px 25px;
}
@media (min-width: 600px) {
    .ecard-button a {
        padding: 12.5px 37.5px;
    }
}