.locateDirectionLink {
    color: #fff;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    letter-spacing: 0.6px;
    text-decoration-line: underline;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
}
.address {
    color: #fff;

    /* Desktop/xs paragraph */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
}

.locateDirectionLink:hover {
    color: #ff0000 !important;
}
