section.loc-pasig {
    background: url('https://maricarschocolatecakes.com/wp-content/themes/maricarschocolatecakes/assets/images/locations/pasig-bg.jpg') no-repeat center center;
    background-size: cover;
}

.location-map-content {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
}

section.loc-qc {
    background: #FFFBEE;
}

.location-map-content a {
    color: #231914;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Convergence';
}

.location-map-content p {
    font-family: 'Roboto';
    margin: 0 !important;
}

.location-flex.d-flex {
    margin: 20px 0;
}

.location-map h2 {
    display: none;
}

.location-map-content h2 {
    margin-bottom: 20px;
}

.location-map img {
    width: 100%;
}

.location-map-content i {
    width: 25px;
    font-size: 20px;
    margin-top: 2px;
    margin-right: 10px;
    text-align: center;
}

.location-map iframe {
    width: 100%;
    height: 480px;
}

@media (max-width: 992px) {
    .location-map h2 {
        display: block;
    }

    .location-map {
        margin-bottom: 20px;
    }

    .location-map-content {
        max-width: unset;
        margin: unset;
    }

    .location-map-content h2 {
        display: none;
    }

    .location-map img {
        margin-bottom: 30px;
    }

    section.loc-pasig .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 991.5px) {}