*{
    padding: 0;
    border: 0;
    margin: 0;
}

.warp {
    width: 100%;
}

.inner {
    max-width: 1140px;
    margin: 0 auto;
}

.banner {
    height: 450px;
    width: 100%;
    margin-top: 75px;
    background-image: url('../img/banner4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-us{
    margin-top: 2em;
    margin-bottom: 5em;
    display: flex;
    flex-wrap: wrap;
}

/* .contact-us-left h2 {
    text-align: center;
    margin-bottom: 1em;
} */

.contact-us-left hr {
    width: 150px;
    height: 3px;
    background-color: blue;
}

.contact-us-left {
    width: 50%;
    margin-top: 1em;
    margin-left: 4em;
}

.contact-us-left ul li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    margin-bottom: 1em;
}

.contact-us-left ul li i {
    width: 10%;
}

.contact-us-left ul li p {
    width: 90%;
    font-size: 16px;
}

.contact-us-right {
    width: 45%;
    /* border: 1px solid #000000; */
}