.call_to_action_cta_banner_section{
    position: relative;
}
.cta_banner_wrap{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-color: #3A414B;
}
.cta_banner_wrap .img_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cta_banner_wrap .img_wrap::before{
    position: absolute;
    content: "'";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.cta_banner_wrap .img_wrap img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cta_banner_wrap .content_wrap{
    text-align: center;
    padding: 96px 30px;
    position: relative;
    z-index: 3;
}

.cta_banner_wrap .content_wrap *:not(.btn){
    color: #FFF;
}
.cta_banner_wrap .content_wrap .btn-wrap{
    margin-top: 40px;
}
.cta_banner_wrap li {
    width: fit-content;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .cta_banner_wrap .content_wrap {
        padding: 60px 15px;
        border-radius: 20px;
    }
}
