.locations {
    text-align: center;
}

.locations__title {
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -.2rem;
    color: #0a0094;
    margin-top: 0;
    margin-bottom: 3.6rem;
}

.locations__list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.locations__item {
    width: 25%;
}



.location {
    margin-bottom: 2.6rem;
    font-size: 1.8rem;
    text-align: center;
}

.location__title {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a0094;
}

.location__addr {
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 500;
}

.location__phone {
    display: inline-block;
    color: #ec1c24;
    font-weight: 500;
}


@media all and (max-width: 992px) {
    .locations__item {
        width: 50%;
    }
}

@media all and (max-width: 768px) {
    .locations__item {
        width: 100%;
    }
}






