.section_methods_of_payment_home {
    margin-top: 110px;
    margin-bottom: 85px;
}
.section_methods_of_payment_home .roundedboxwithGradientWhite {
    line-height: 106%;
    width: 100%;
    height:106px;
    cursor: default;
    padding: 19px 20px;
    box-shadow: 0 0 6px 0 rgba(157,96,212,0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),var(--clr-12-gradient);
    background-origin: border-box;
    background-clip: content-box,border-box;
    box-shadow: 2px 1000px 1px #ffffff inset;

}