.min-delivery {
    left: -11rem;
    top: 0rem;
}
.min-delivery-price::after {
    left: 22em!important;
}

@media (max-width: 1024px) {
    .min-delivery {
        left: 21rem;
        top: 11.5rem;
    }
    .min-delivery-price::after {
        left: 8.5em!important;
    }
}

@media (max-width: 1200px) and (min-width: 1025px){
    .min-delivery {
        left: 15.5rem;
        top: 11.0rem;
    }
    .min-delivery-price::after {
        left: 15.0em!important;
    }
}

@media (min-width: 1250px) {
    .min-delivery {
        left: -13.5rem;
        top: 0rem;
    }
}

@media (max-width: 400px) {
    .min-delivery {
        left: 7.5em;
        top: 13.4em;
    }
    .min-delivery-price::after {
        left: 14.5em!important;
    }
}

@media (max-width: 768px) and (min-width: 401px) {
    .min-delivery {
        left: 9.5em;
        top: 11.5em;
    }
    .min-delivery-price::after {
        left: 14em!important;
    }
}
