#product .delivery-info-text{
    font-weight: 600;
    color: #666;
    margin-top: -25px;
}

#product .delivery-day-text,
#product .delivery-info-icon{
    color: #000;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    #product .delivery-info-text{
        text-align: center;
    }
}