.rm-product-delivery {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f9f9f9;
}

.rm-product-delivery-item:not(:last-child) {
    margin-bottom: 18px;
}

.rm-product-delivery-title {
    display: inline-block;
    margin-bottom: 6px;
    color: #0a78bf;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.rm-product-delivery-title a {
    color: inherit;
    text-decoration: inherit;
    display: inline-block;
}

.rm-product-delivery-title a:hover {
    color: inherit;
    text-decoration: inherit;
}

.rm-product-delivery-text {
    color: #6e727e;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .rm-product-delivery {
        margin-top: 18px;
        padding-top: 18px;
    }

    .rm-product-delivery-title {
        font-size: 14px;
    }

    .rm-product-delivery-text {
        font-size: 13px;
        line-height: 20px;
    }
}