.td-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.td-text p {display:block;width:100%}
.article-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius:1.7rem;
    padding:1.5rem;
    background-color:white;
    color:var(--brown);
    font-size:2rem;
    text-align:center;
    font-family:'Lexend Deca';
    font-weight:900
}
.article-img p {margin-bottom:0}
.article-img[class*=float-] {
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    float:none!important
}
.article-img.float-left {margin-right:1rem}
.article-img.float-right {margin-left:1rem}

.article-img img {width:100%!important;height:auto!important}

#contact-us-editor {width:calc(50% - 1rem);margin-right:1rem;}

.td-text p i + span {margin-left:.5rem;vertical-align:super}

/* google maps */
.map-responsive {overflow:hidden;padding-bottom:50%;position:relative;height:0;width:calc(50% - 1rem);margin-left:1rem;border-radius:1.7rem}
.map-responsive iframe {left:0;top:0;height:100%;width:100%;position:absolute}

@media screen and (max-width:768px){
    #contact-us-editor {width:100%;margin-right:0}
    .map-responsive {padding-bottom:100%;width:100%;margin-left:0;margin-bottom:2rem}

}
