._service_style7 {
    @media (max-width:1024px) {
        & .g-3 {
            margin: -10px;
            gap: 15px;
        }

    }

    & .g-3>[class*="col-"] {
        padding: 10px;
    }

    & .size-60 {
        height: 60px;
        width: 60px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    @media (max-width: 575px) {
        & .size-60 {
            width: 40px;
            height: 40px;
        }
    }

    & ::selection {
        background: rgb(27, 127, 237);
        color: rgb(255, 255, 255);
    }

    & .shipping-policy-web {
        background: rgb(255, 255, 255);
        width: 100%;
        border-radius: 5px;
    }

    & .__inline-61 .shipping-method-system {
        height: 130px;
        width: 70%;
        margin-top: 15px;
    }

    @media screen and (max-width: 767px) {
        & .mx-max-md-0 {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }

        & .px-max-md-0 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    }
}
