.at-subscribe {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.at-subscribe__content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.4rem 1rem;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

h3.at-subscribe__text {
    margin: 0;
}

.at-subscribe__button {
    display: inline-block;
    padding: 0.5em 1.6em;
    border: 2px solid #ed145c;
    border-radius: 100px;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    background-color: #ed145c;
    transition: all .2s ease-in-out;
}

.at-subscribe__button:hover {
    color: #fff;
    background-color: #ed145c;
    border-color: #ed145c;
    opacity: .88;
    text-decoration: none;
}

@media screen and (min-width: 769px) {
    .at-subscribe__button {
        padding: 15px 135px;
        font-size: 23px;
    }
}

/**
 * With background
 */

.at-subscribe--background:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(46, 48, 146, 0.69);
}

.at-subscribe--background h3.at-subscribe__text {
    color: #fff;
}
