#delay_information {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

@media (max-width: 576px) {
    .quickview-modal #delay_information {
        margin: 1rem 0 0 1rem;
    }
}

#delay_information img {
    padding-right: 0.4rem;
}

#delay_information p {
    margin: 0.2rem 0 0 2rem;
}

#delay_information a {
    text-decoration: underline;
    font-size: 0.75rem;
    font-weight: 400;
}