.contact-us-head-wrapper {
    display: flex;
    width: 100%;
    height: 700px;
    background-image: url('../../img/contact/aboutus_top_bg.jpg');
    background-repeat: no-repeat;
    flex-direction: column;
    position: relative;
    background-position: center center;
    background-size: cover;
}
