#contact .right .hq {
    height: 100%;
    background: #fff;
    color: #384B5A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#contact .right .hq h2 {
    color: #384B5A;
}
#contact .right .hq .details {
    display: flex;
    flex-direction: column;
}
#contact .right .hq .details a {
    color: #384B5A;
    text-decoration: none;
}
#contact .right .hq .details span {
    color: #D12E2E;
}
#contact .right .hq .details .address {
    display: flex;
}
#contact .right .hq .details .address p {
    margin: 0;
}
#contact .right .hq .details .address span {
    margin-right: 4px;
}
