.hide {
    display: none;
}
.page-template-page-areas iframe {
width:100%;
}
.resource-section {
    padding: 2rem 0;
    background-color: var(--cm-complement);
    .tel {
        margin-top: 1rem;
        font-weight: 400;
     }
     @media screen and (min-width: 641px) {
        h2 {margin-bottom:0;}
     }
}
.areas .hreview blockquote:before {
  color: var(--cm-alpha-color);
    content: open-quote;
    font-size: 13em;
    line-height: 1rem;
    vertical-align: -7.1rem;
    margin-left: -1.3rem;
}

.areas blockquote {
  quotes: "\201C""\201D";
  p {margin-top: -4rem;
    }
}
/* .areas .overlay-wrapper {
    font-size:1.2rem;
    font-weight:500;
} */
@media screen and (max-width: 640px) {
    .areas {
        .hreview {            
            margin-top: 0;            
        }
        /* .row .image {
            order:1;
        }
        .row .text {
            order:2;
        } */
}
}
