.contact-wp {
    margin-top: 40px;
    margin-bottom: 30px;
}

.contact-left, .contact-right {
    background-color: #f2f2f2;
    padding: 20px 15px 10px 15px;
}

h3.contact-title {
    font-size: 22px;
    color: midnightblue;
}

p.contact-title {
    font-weight: 600;
    font-size: 16px;
}

/* ---- contact-left  ------- */

.contact-left {
    color: #52575d;
}

.contact-left p.contact-title {
    color: #212529;
}

.contact-left i.fas {
    color: #999999;
}

.contact-left a {
    color: #52575d;
}

/* ---- contact-right ----- */

input[type=text], input[type=number], textarea, input[type=email] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #c8781d;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #f89436;
}

/* Responsive */

@media(max-width: 768px) {
    .phone, .fax {
        margin-bottom: 10px;
    }
}

@media(max-width: 480px) {
    iframe {
        height: 300px;
    }
}