.link-wrap { word-wrap: break-word; }

table.services { border-collapse: collapse; font-size: 13px; }
table.services th { background-color: #e7e7e7; }
table.services td, table.services th { padding: 5px 7px; }

.left-content, .right-content { display: inline-block; vertical-align: top; }
.left-content { width: 57%; }
.right-content { width: 40%; margin-left: 3%; float: right; }

.church-img { width: 100%; border-radius:7px; }
.church-address { border-radius: 7px; border: 2px solid #ccc; background-color: #f7f7f7; padding: 20px; width: auto; display: inline-block; }

@media (max-width: 800px) and (min-width: 601px)
{
    .church-img-outer { height: 25vw !important; width: 40vw !important; }
}

@media (max-width: 600px)
{
    body { font-size: 13px; }
    
    .left-content, .right-content { width: 100%; margin: 0px; }
    .right-content { margin-top: 20px; }
    
    .church-img-outer { width: 100%; height: auto; overflow: unset; margin-bottom: 16px; }
    .church-img { position: static; }
    
    .church-address { border-radius: 7px; border: 2px solid #ccc; background-color: #f7f7f7; padding: 20px; width: 100%; display: block; height:unset; margin-bottom:15px; }
}