.full-width {
    width: 100%;
}

#map {
    height: 250px;
}

.logo {
    max-width: 100%;
    max-height: 500px;
}

.footer {
    margin-top: 25px;
}

.name-row {
    margin-top: 12px;
}

.text-col {
    font-size: 15pt;
}

@media (max-width: 767px) {
    .name-row, .description-row, .phone-row {
        margin-top: 0;
    }
}
