.cta-letter{
    padding: 40px 0;
}
.cta-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;

}

@media only screen and (max-width: 768px) {
    .cta-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
}

.cta-link a{
    margin: 0;
}

.cta-copy{
    max-width: 700px;
}

.cta-copy .date{
    margin-bottom: 10px;
    display: inline-block;
}

.cta-copy p, .cta-copy span{
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.34px;
    color: #000;
}