
.background-cta {
    position:relative;
    padding-top: 60px;
    padding-bottom:60px;

}

.background-cta__background {
    display:block;
    position: absolute;
    background-color: #efefef;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:0;
}

.background-cta__content {
    display: flex;
    flex-direction:column;
    position: relative;
    align-items:flex-start;
    padding: 60px;
    background-color: #2a2b2f;
    color: white;
}

.background-cta h2 {
    font-size:30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.background-cta p {
    font-size: 19px;
    line-height: 1.4;
}
.background-cta .site-button {
    margin-top:40px;
}

.background-cta .site-col {
    flex: 1; 
}

@media (min-width: 768px) {
    .background-cta--right .site-col:nth-child(1) {
        order: 2;
    }
    .background-cta--right .site-col:nth-child(2) {
        order: 1;
    }
}
