.full-width-call-out-wrapper {
    background-color: #003871;
    margin-top: 50px;
    text-align: center;
}

.full-width-call-out {
    padding: 60px 0;
    font-size: 16px;
    color: white;
    width: 70%;
    margin: 0 auto;
}

.full-width-call-out .pretitle {
    font-size: 18px;
    margin: 0;
}

.full-width-call-out .title {
    font-size: 40px;
    margin: 0 0 15px 0;
    color: white;
}

.full-width-call-out a {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .full-width-call-out {
        width: 95%;
    }
}
