.contact-cards > [class*="col-"] {
    display: flex;
}

.contact-cards article {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 235px;
    padding: 25px 20px;
}

.contact-cards article > i {
    flex: 0 0 auto;
}

.contact-cards h3 {
    margin: 0 0 7px;
}

.contact-cards p,
.contact-cards a {
    line-height: 1.55;
    text-align: center !important;
}

.enquiry-submit {
    display: flex;
    justify-content: flex-end;
}

.contact-alert {
    margin: 0 0 20px;
    padding: 12px 15px;
    border-radius: 9px;
    font-weight: 700;
}

.contact-alert-success {
    border: 1px solid #a8ddbc;
    background: #eaf8ef;
    color: #087638;
}

.contact-alert-error,
.field-error {
    color: #b42318;
}

.contact-alert-error {
    border: 1px solid #f1b5b0;
    background: #fff0ef;
}

.field-error {
    display: block;
    margin-top: 5px;
    font-size: .8rem;
}

.map-heading p {
    text-align: center !important;
}

@media (max-width: 575px) {
    .contact-cards article {
        min-height: 210px;
    }

    .enquiry-submit {
        justify-content: center;
    }
}
