
.zimage{margin: 30px 0; max-width: 100%; display: block;}
@media screen and (min-width:600px) {
    .only_mobile,
    .mobile-baner {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .addstyle > .return-money__main-link {
        background: #b11706;
        border-radius: 4px;
        width: 190px;
        height: 30px;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        color: #fff;
        outline: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
     .only_desctop,
    .desctop-baner{
        display: none;
    }
}
