.lbanner_text {
    display: none;
}


.support_title {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.support_desc {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    text-align: center;
}

.mou1_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mou1_main_div {
    margin-top: 70px;
    width: 43%;
    display: flex;
    align-items: flex-start;
}

.mou1_main_div img {
    flex-shrink: 0;
    width: 50px;
    margin-right: 30px;
}

.mou1_t {
    font-family: Roboto-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.mou1_d {
    margin-top: 15px;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.mou1_main_div img:hover {
    transform: scale(1.1);
}

.mou2 {
    margin-top: 5%;
    text-align: center;
}

.com_form {
    margin-top: 35px;
}

.com_form ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.com_form ul li:nth-child(1),
.com_form ul li:nth-child(2) {
    width: 49%;
}

.com_form li {
    margin-top: 15px;
    width: 100%;
    background: #F2EDE7;
    border-radius: 5px;
    padding: 10px 30px;
    position: relative;
}

.com_form li input,
.com_form li textarea {
    width: 100%;
    height: 100%;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    border: 0;
    background: none;
}

.com_form li textarea {
    min-height: 120px;
    resize: none;
}

.com_form li::after {
    position: absolute;
    top: 10px;
    left: 20px;
    content: '*';
    font-size: 16px;
    color: red;
}

.hover_btn {
    display: inline-block !important;
    width: auto !important;
    height: 44px !important;
    line-height: 44px !important;
    margin: 35px auto 0 !important;
    background: #470125;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
    border-radius: 3px;
    padding: 0 75px;
}

.hover_btn:hover{
    opacity: .8;
    letter-spacing: 1px;
}

@media only screen and (max-width: 950px) {
    .mou1_main_div{
        width: 100%;
        margin-top: 30px;
    }
}