.rs-location-block {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
}

.rs-location-block .container {
    width: 100%;
}


.rs-location-block-inner .locations {
    display: flex;
    flex-direction: row;
}

.rs-location-block-inner section .logo {
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-grow: 0;
}

.rs-location-block-inner section .hotline {
    color: #00AEEF;
    font-weight: normal;
    font-weight: 400;
    margin-top: 1rem;
}

.rs-location-block-inner section .hotline a {
    text-decoration: none;
    color: #00AEEF;
    font-weight: 400;
    font-weight: normal;
}

.rs-location-block-inner section .locations-container {
    border-top: 2px solid #00AEEF;
}

.rs-location-block-inner section .locations-container .locations-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: .5rem;
}

.rs-location-block-inner section .locations-container .locations-list li {
    list-style-type: none;
    padding-bottom: .5rem;
    font-size: .95rem;
}

.rs-location-block-inner section .locations-container .locations-list li a {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

.rs-location-block-inner section .locations-container .locations-list li a:hover {
    text-decoration: underline;
    color: #00AEEF;
}


@media screen and (max-width: 959px){


    .rs-location-block-inner .locations {
        flex-direction: column;
    }

    .rs-location-block-inner .locations section {
        margin-bottom: 5rem;
    }

    .rs-location-block-inner section .locations-container {
        margin-top: .5rem;
    }

    .rs-location-block-inner section .logo img {
        height: auto;
        max-height: 75px;
    }

}


@media screen and (max-width: 959px) {

    .home .rs-location-block {
        display: none;
    }
}


@media screen and (min-width: 960px) {

    .rs-location-block-inner .locations {
        gap: 20px;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .rs-location-block-inner .locations section {
        max-width: calc((100% / 4));
        width: calc((100% / 4));
        align-self: stretch;
    }

    .rs-location-block-inner section .logo {
        min-height: 50px;
    }

    .rs-location-block-inner section .logo img {
        height: auto;
        max-height: 50px;

    }

    .rs-location-block-inner section .hotline {
        font-size: 0.9rem;
    }

    .rs-location-block-inner section .locations-container {
        margin-top: .5rem;
    }
}

@media screen and (min-width: 960px) and (max-width: 1599px) {

    .rs-location-block-inner .locations {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (min-width: 1600px) {


    .rs-location-block-inner section .logo {
        min-height: 75px;
    }

    .rs-location-block-inner section .logo img {
        height: auto;
        max-height: 75px;
    }

    .rs-location-block-inner section .hotline {
        font-size: 1.1rem;
    }
}
