.contact{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 35px;
}
.contact h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 5%;
}
.con-left{
    width: 32%;
    float: left;
    font-size: 19px;
    line-height: 39px;
}
.con-right{
    width: 65%;
    float: right;
       margin-bottom: 8%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
.banner{
     margin-top: 25%;
    }
.partner h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 5%;
}
.con-left {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 34px;
}
.con-right {
    width: 100%;
    float: right;
    margin-bottom: 8%;
}
}