.card-action a span, .card-action span, .card-action a {
    font-size: 22px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
height: 0;
    overflow: hidden;
}

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

.map-embeds-container {
    margin-top: 25px;
}

#map-nj-location, #map-ny-location {
    display: none;
}

.faqs {
    margin-top: 20px;
}

.faqs span, .faqs a {
    font-size:17px!important;
    line-height: 20px;
}