

#cta{
    background-image: url(../img/sika-cta.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0px;
    text-align: center;
    position: relative;
}

#cta-overlay{
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#cta-content{
    position: relative;
    z-index: 2;
    width: 500px;
    margin: auto;
    text-align: center;
    max-width: 80vw;
    margin-bottom: 40px;
}

#cta-title{
    margin-bottom: 20px;
}

#cta-title.green-mark::after{
    margin: auto;
    margin-top: 20px;
}

#cta-text{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
