#map {
    height: 70vh;
}

.blue-box {
    min-height: 73px;
    background: #eef3fb;
}

.list-message {
    margin: 16px
}

.pin {
    width: 32px;
    height: 32px;
}

.section-title {
    font-size: 32px;
    line-height: 38px;
}

.py-10 {
    padding: 64px 0;
}

.description {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
}

.footer-img {
    margin: 24px 0;
}

.text-tiny {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.branches-list-container {
    height: 73vh;
}

.branches-list-container .branches-list {
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (min-width: 720px) {

    .branch-title-margin {
        margin-top: 6rem;
    }

    .pin {
        width: 56px;
        height: 56px;
    }

    .section-title {
        font-size: 48px;
        line-height: 52px;
    }

    #map {
        height: 50vh;
    }

    .py-10 {
        padding: 100px 0;
    }

    .description {
        font-size: 32px;
        line-height: 48px;
    }

    .footer-img {
        margin: 40px 0;
    }

    .text-tiny {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .branches-list-container .branches-list {
        -ms-overflow-style: none; /* for Internet Explorer, Edge */
        scrollbar-width: none; /* for Firefox */
    }

    .branches-list-container .branches-list::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
    }

    .branch-section-container {
        padding: 0 120px !important;
    }
}

.close-to-you {
    background: rgba(124, 133, 140, 0.06);
}

.status-mark {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.bg-disabled {
    background: #A3A9AC;
}

.bg-open {
    background: #6ABF4B;
}

.border-gray {
    border-color: #D0D2D3;
}

.hint-list {
    max-height: 300px;
}

.hint-list li {
    cursor: pointer;
    padding: 4px 16px;
}

.hint-list li:hover {
    background: #F6F6F6;
}

#toggle-mobile-list {
    margin-top: 16px;
    margin-bottom: 24px;
}

.ft-default {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4F4F4F;
}

.ft-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #4F4F4F;
}

.ft-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.ft-small {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.ft-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 16px;
    cursor: pointer;
}

.branch-section-container {
    padding: 0 24px;
}

.bg-branch {
    background: rgba(124, 133, 140, 0.1);
}