.subscribe-cta-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subscribe-cta-header .read-more {
    color: var(--white);
    font-family: var(--font-body-alt);
    font-size: 18px;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-transform: uppercase;
    position: relative;
    top: 3px;
}

.subscribe-cta-header .read-more:hover {
    text-decoration: none;
}

.subscribe-cta-header .read-more i {
    margin-right:5px;
}

@media screen and (min-width: 64em) {
    .subscribe-cta-header .read-more {
        font-size: 14px;
        text-decoration: none;
    }
}

@media screen and (min-width: 1200px) {
    .subscribe-cta-header .read-more {
        font-size: 18px;
    }
}