.page_title {
    margin-top: 3.66926%;
    margin-bottom: 3.536345%;
}

.address {
    margin-bottom: 2.329025%;
    font-size: 19px;
    line-height: 1.75;
    letter-spacing: 0.28em;
}

.google_maps {
    position: relative;
    padding-bottom: 30.978575%;
    height: 0;
    overflow: hidden;
}

.google_maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 1106px) {
    .google_maps {
        padding-bottom: 40%;
    }

    .address {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .page_title {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .address {
        margin-bottom: 20px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .google_maps {
        padding-bottom: 90vw;
    }

    .google_maps iframe {
        width: 90% !important;
        margin-left: 5%;
    }

    #map {
        margin-bottom: 50px;
    }
}