@media(min-width:768px){
    .section-richtext .hide_section_desktop {display:none;}  
}  
@media(max-width:767px){
    .section-richtext .hero__cta__wrapper.make_button_fullwidth .standard__cta { width: 100%; margin-left: 0; margin-top: 10px;} 
    .section-richtext .hero__cta__wrapper {margin: 0; width: 100%; }
}  
