.our-locations__map,
.filled-button {
    display: none;
}

.our-location__center-address {
    display: none;
}

.our-location__cities {
    overflow-y: scroll;
}


.our-location__cities-centers {
    height: 100%;
}

.our-locations__text-section {
    border-top: 1px solid #c8c8c8;
}

.our-location__center {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 0.3rem;
}

button img {
    width: 0.514rem;
}

.our-location__center-name {
    margin-bottom: 0.3rem;
}


.outline-button {

    width: 3.5rem;
    height: 1.2rem;
    font-weight: 700;
    font-size: 0.45rem;
}


@media screen and (min-width : 768px) {
    .our-locations__map {
        display: block;
    }

    .our-location__center-address,
    .filled-button {
        display: block;
    }

    .our-location__cities-centers {
        height: 10.858rem !important;
    }

    .our-location__center {
        flex-direction: column;
        width: 9.8301rem;

    }

    button img {
        width: 0.414rem;
    }

    .our-locations__text-section {
        border-top: none;
    }



    .outline-button {
        width: 2.53rem;
        height: 0.784rem;
        font-size: 0.4145rem;

    }
}