.small_cta{
    border-radius: 5px;
    height: 235px;
    position:  relative;
}

.background_img_main{
    position: absolute;
    z-index: 3;
}

.background_img{
    width: 555px;
    height: 235px;
}

.small_cta_main{
    padding: 50px;
    z-index: 4;
    position: absolute;
}

.small_cta_title{
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    color: #F3F8FF;
}

.cta_button{
    color: #F3F8FF;
    border: 1px solid #F3F8FF;
    padding: 10px 15px;
    border-radius: 3px;
}