.branch-card {
    padding: 48px 0px 96px;
}

.branch-card h3 {
    font-size: 21.33px;
    letter-spacing: 0.24em;
    line-height: 156.8%;
    font-family: SatoshiBold;
    /* color: #606060; */
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.branch-card .address-text {
    font-size: 21.33px;
    line-height: 37.33px;
    font-family: SatoshiRegular;
    /* color: #7a7a7a; */
    color: #000;
    text-align: center;
    max-width: 650px;
    margin: 0px auto 40px;
}

.branch-card .branch-location-container {
    position: relative;
}

.branch-card iframe {
    width: 100%;
    opacity: .8;
    border-radius: 18px;
}

.branch-card .branch-location-container .location-link {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.branch-card .branch-location-container {
    width: 100%;
    /* max-width: 1260px; */
    margin: auto;
    padding: 64px 24px;
}

@media only screen and (min-width: 375px) {
    .branch-card {
        padding: 56px 0;
    }
}

@media only screen and (max-width: 640px) {
    .branch-card h3 {
        font-size: 15px;
    }

    .branch-card .address-text {
        font-size: 14px;
        line-height: 19.33px;
        max-width: 250px;
    }
}

@media (min-width: 768px) {
    .branch-card .branch-location-container {
        max-width: 680px;
        padding: 64px 0px;
    }
}

@media (min-width: 1000px) {
    .branch-card .branch-location-container {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .branch-card .branch-location-container {
        max-width: 1024px;
    }
}

@media only screen and (min-width: 1400px) {
    .branch-card .branch-location-container {
        max-width: 1260px;
    }

}