﻿.menu-contact {
    font-size: 1.54rem !important;
    background-color: RGB(252,168,30);
    padding: 21px 10px 21px 10px;
    margin-top: -14px;
}

.contact-bg {
    min-width: 1200px;
    background-color: #f5f7fa;
    background-image: url(/Image/Computer/about.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 120px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-title {
    box-sizing: border-box;
    width: 1200px;
    margin-top: 10px;
    border-bottom: 0;
    height: 60px;
    line-height: 60px;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    /* letter-spacing: 4px; */
    padding-left: 3px;
    border-radius: 20px;
    display: none;
}

.contactUs {
    position: relative;
    width: 1194px;
    min-height: 1100px;
    margin-top: -0px;
    margin-bottom: 40px;
    border: 1px solid #ffffff;
    /* background-color: white; */
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 16px !important;
}

#contactUs * {
    margin: auto;
    font-size: revert-layer;
    font-family: sans-serif;
}

#contact img {
    max-width: 100%;
}
