section.fullbg_title_desc_lefth3p_rightwistia_cta {
     background: var(--bluelagoon);
     background: -moz-linear-gradient(45deg, var(--bluelagoon) 0%, var(--denim) 100%);
     background: -webkit-linear-gradient(45deg, var(--bluelagoon) 0%,var(--denim) 100%);
     background: linear-gradient(45deg, var(--bluelagoon) 0%,var(--denim) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--bluelagoon)', endColorstr='var(--denim)',GradientType=1 );
}
 .fullbg_title_desc_lefth3p_rightwistia_cta .generic-titles h2{
    color: #fff;
}
 .fullbg_title_desc_lefth3p_rightwistia_cta .steps-list > div:last-child{
    margin-bottom: 0 !important;
}
 .fullbg_title_desc_lefth3p_rightwistia_cta .steps-list h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
@media (max-width:767px) {
   .fullbg_title_desc_lefth3p_rightwistia_cta .steps_btn {text-align:center;}
}