section.simple-cta_bg  {
    background: black;
    overflow: hidden;
    background: #C33764; 
    background: -webkit-linear-gradient(rgba(29, 38, 113, 0.4), rgba(20, 68, 91, 0.4)), url("/media/dm_bg_18.jpg");
    background: linear-gradient(rgba(29, 38, 113, 0.4), rgba(20, 68, 91, 0.4)), url("/media/dm_bg_18.jpg");
}
section.simple-cta {  
    display: block; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
    width: 100%;
    padding: 80px 0px;
}
   
section.simple-cta h4 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
}
section.simple-cta h4 em {
    font-style: normal;
    color: #5fa8e3;
}
section.simple-cta h4 strong {
    color: #5fa8e3;
    font-weight: 700;
}
section.simple-cta .buttons {
    display: flex;
    justify-content: end;
}
section.simple-cta .buttons .orange-button, section.simple-cta .buttons .green-button {
    margin-top: 25px;
}
.green-button a {
    font-size: 14px; 
    color: black;
    background-color: #fff;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
    text-decoration: none;
}
    .green-button a:hover {
    background-color: #348fdd !important;
    color: #fff;
    }

@media (max-width: 992px) {
    .simple-cta {
        text-align: center;
    }
    section.simple-cta .buttons {
        justify-content: center;
    }
}
@media (max-width: 577px) {
    section.simple-cta h4 {
    font-size: 29px !important; 
}
}