/* pages.css - contacts.html / about-us.html only (extracted from style.css). */

/* --- from style.css lines 4206-4209 --- */
.about-us .row {
    padding: 20px 0;
}


/* --- from style.css lines 4229-4240 --- */
.contact-info h2, .contact-form h2, .contact-map h2 {
    margin-bottom: 20px;
}
.contact-info .row, .contact-form .row {
    margin-bottom: 20px;
}
.contact-info .col-md-4, .contact-form .col-md-6 {
    margin-bottom: 20px;
}
.contact-info h4, .contact-form label {
    margin-bottom: 10px;
}

