﻿/*
[----------------------------------]
[------------ CONTACT -------------]
[----------------------------------]
*/
.contact-page {
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.contact-page .contact-header {
    text-align: center;
    margin-bottom: 48px;
}

.contact-page .contact-header h1 {
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-page .contact-header h3 {
    font-weight: bold;
    margin: 8px;
}
.contact-page .contact-header h4 {
    margin: 8px;
}

.contact-page .contact-form .head-inputs {
    display: flex;
}



.contact-1 {
    margin-bottom: 48px;
}

.contact-2 .office-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contact-2 .office-list .office-detail {
    text-align: center;
    line-height:1.4;
    width: 300px;
    margin-bottom: 2rem;
    height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.contact-2 .office-list .office-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.contact-2 .office-list .office-address2 {
    margin-bottom: 12px;
}

.contact-2 .office-list .office-map {
    margin-top: 12px;
    padding: 2px;
    border: 1px solid gray;
}


.contact-form .alert {
    display: none;
}

