@media screen and (min-width: 992px) {
    .ow-locations .locations-wrapper .ow-card-content .locations {
        padding-bottom: 1.25rem;
    }

    .ow-locations .locations-wrapper .ow-card-content .locations .locations-detail h4 {
        font-size: 1.5rem;
        padding-top: 10px;
    }

    .ow-locations .locations-wrapper .ow-card-content .locations .locations-info {
        font-size: 1rem;
    }
}

.ow-locations .locations-wrapper {
    height: calc(100% - 30px);
}

.ow-locations .locations-wrapper .ow-card-content .locations .locations-detail h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0;
}

.ow-locations .locations-wrapper .ow-card-content .locations .locations-info {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.ow-locations .locations-wrapper .ow-card-content .locations .locations-info a {
    gap: .25rem;
    margin-bottom: .5rem;
}

.ow-locations .locations-wrapper .ow-card-content .locations .locations-info a.web-link {
    margin-top: 1.5rem;
}
