.contact_us {
    width: 68%;
    margin: auto;
    display: flex;
}

.contact_us ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.contact_us li {
    margin: 0px auto;
    width: 288px;
}

.contact_us .content {
    width: 100%;
    /* border: 1px #E0E0E0 solid; */
    /* border-radius: 8px; */
    height: 380px;
    text-align: center;
}

.contact_us .content .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.describe {
    display: block;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    top: 20%;
}

.contact_us img {
    margin: 28px 0px 10px 0px;
}

/* Contact Hero Banner */
.contact-hero-banner {
    position: relative;
    width: 100%;
    height: 368px;
    background: url(../img/contact_us.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

.contact-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 1;
}

.contact-hero-banner .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.contact-hero-banner .banner-content h1 {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 6px;
    margin: 0;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.contact-hero-banner .banner-line {
    width: 60px;
    height: 4px;
    background: #0084ff;
    margin: 20px auto;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 132, 255, 0.5);
}

.contact-hero-banner .banner-content h2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 12px;
    margin: 0;
    opacity: 0.9;
    text-transform: uppercase;
}