.cta {
    min-height: 520px;
    background:
        linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
        url("/img/hero/hero.jpg") center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 6%;
}

.cta div {
    max-width: 760px;
}

.cta p {
    margin-bottom: 28px;
}