
.contact-content-wrapper {
    /*background-color: #163d47;*/
    text-align: center;
}
.contact-content-wrapper h2 {
    font-size: 22px;
    font-weight: 400;
}
.contact-content-wrapper h3 {
    margin: 0 0 30px;
    color: #ccc;
    font-size: 18px;
    font-weight: 500;
}
.contact-address {
    width: 100%;
    margin: 40px 0 60px;
    display: block;
}
.contact-address .address-grid {
    padding: 20px;
}
.contact-address img {
    width: 40px;
    margin: 0 0 20px;
}
.contact-address h3 {
    margin: 0 0 10px;
    color: #3eaac3;
    font-size: 14px;
    text-transform: uppercase;
}
.contact-address span {
    width: 100%;
    display: inline-block;
    /*color: #cc;c*/
    font-size: 12px;
}
.contact-content-wrapper .form-dark {
    width: 100%;
    display: inline-block;
    margin: 0 0 60px;
}
.contact-content-wrapper .form-dark input,
.contact-content-wrapper .form-dark textarea {
    background-color: #163d47;
}
.contact-content-wrapper .social-link {
    padding: 30px 0;
}
.contact-content-wrapper .social-link a {
    margin: 0 10px;
}
#map {
    height: 350px;
    margin-top: 30px;
}
#mapper {
    height: 350px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .contact-content-wrapper h2 {
        font-size: 30px;
    }
}
@media (min-width: 1024px) {
    .contact-content-wrapper h3 {
        font-size: 24px;
    }
    .contact-address {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-address .address-grid {
        width: 33.33%;
        position: relative;
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .contact-address .address-grid:after {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -1px;
        content: "";
        background-color: #163d47;
    }
    .contact-address .address-grid:last-child:after {
        display: none;
    }
    .contact-address img {
        margin: 0 0 30px;
    }
    .contact-address h3 {
        margin: 0 0 10px;
    }
    .contact-content-wrapper .form-dark {
        width: 50%;
    }
}

.social-link a {
width: 20px;
display: inline-block;
}
.social-link a img {
width: 100%;
}