 @media screen and (max-width:768px) {

:root{


     --hsf-default-background__padding:20px;

}
 }


.hsfc-Step__Content{


    width: 100% !important;
    border-radius: 8px;
    background-color: white;
    border:1px solid #ededed;



}
.hsfc-Step{
        width: 100% !important;
         
}

[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    @media screen and (max-width:768px) {

        padding: 20px !important;
    }
}