.colored-section .shipping_info {
    color: white;
    margin-left: 20px;
    padding-bottom: 15px;
    padding-top: 5px;    
}

.col-md-6 > .shipping_info {
    color: black;
    display: grid;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.colored-section .shipping_info_title {
    color: var(--brand-color);
}

.shipping_info_title {
    font-weight: bold;
}

@media (min-width: 768px) {
    .col-md-6 > .shipping_info {
        display: none;
    }
}

@media (max-width: 767px) {
    .colored-section .shipping_info {
        display: none;
    }
}