.contact-head {
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 10px;
    border-radius: 0;
    text-transform: capitalize;
    border: 1px solid #eee;
    background: #f5f5f5;
}

.contact-head {
    display: flex;
    align-items: center;
}

.contact-head h6 {
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.left-border {
    border-left: 1px solid #000;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-head p {
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.contact-box {
    margin-bottom: 2rem;
    word-wrap: break-word;
    background: #fff;
    padding: 15px;
    border-radius: 0;
    border: 1px solid #eee;
    height: 375px;
}

.contact-box h5 {
    margin: 0;
}

.contact-content {
    display: flex;
}

.contact-content h6 {
    margin: 0;
}

.form-box {
    display: flex;
    align-items: center;
}

.contact-content a {
    color: #212529 !important;
    text-decoration: none !important;
}