.div0 {
    display: flex;
    justify-content: center;
}

.div1 {
    display: inline-block;
    text-align: center;
    width: 1200px;
}

@media (max-width:1500px) {
    .div1 {
        display: inline-block;
        justify-content: center;
        width: 100%;
    }
}

.div2 {
    width: 65%;
}

@media(max-width:800px){
    .div2 {
        width: 81%;
    }
}

.Contactbottom {
    text-align: center;
    width: 100%;
}

@media (max-width:682px) {
    .Contactbottom {
        display: none;
    }
}

.style22 {
    color: #3366FF;
    font-size: 18px;
    font-weight: bold;
}

.style23 {
    color: #FF0000
}

.style27 {
    color: #3366FF;
    font-size: 18px;
    font-weight: bold;
}