
.locations-heading {
    font-family: 'Denton', sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: 0px;
    color: #232019;
    margin-bottom: 0 !important;
}
.locations-subheading {
    font-family: 'Apercu', sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.75rem;
    letter-spacing: 0.96px;
    color: #6d6a64;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.locations-description {
    font-family: 'Apercu', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0px;
    color: #232019;
}
.locations-cta a {
    font-family: 'Apercu', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: 0px;
    color: #232019 !important;

    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #CEAB91;
    text-decoration-thickness: 6.25%; /* 1px */
    text-underline-offset: 33%; /* 5.28px */
    text-underline-position: from-font;
}
.locations-cta a:hover {
    text-decoration-color: rgba(0, 0, 0, 0.9);
}
.location-heading {
    font-family: 'Apercu', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
    color: rgba(35,32,25,0.65);
    text-transform: uppercase;
}
.location-heading strong {
    font-family: 'Apercu', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
    color: #232019;
    text-transform: uppercase;
}
.location-bold {
    font-family: 'Apercu', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #232019;
    border-top: 1.25px solid #d5d2cf;
}
.location-light {
    font-family: 'Apercu', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    color: #6d6a64;
    border-top: 1.25px solid #d5d2cf;
    border-bottom: 1.25px solid #d5d2cf;
    margin-top: 3px;
    margin-bottom: 3px;
}

.location-color {
    height: 1.5rem;
    width: 1.5rem;
    float: inline-end;
    border-radius: 50%;
}
.labs-location-container {
    padding-top:12px;
    padding-bottom:12px;
    padding-right: 12px;
}
.labs-location-container:nth-child(2):hover,
.labs-location-container:nth-child(3):hover {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 10px 5px rgba(50, 50, 50, 0.1);
    transition: box-shadow 0.3s ease;
}

@media screen and (max-width: 768px) {
    .locations-subheading {
        font-size: 0.75rem;
    }
    .locations-heading {
        font-size: 2rem;
    }
    .location-color {
        display: block;
    }

    .labs-location-container:nth-child(2):hover,
    .labs-location-container:nth-child(3):hover {
        background-color: transparent;
        box-shadow: none;
    }
}