.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%;
    }
}

.Contactbottom {
    text-align: center;
    width: 100%;
}

@media (max-width:682px) {
    .Contactbottom {
        display: none;
    }
}

.div2{
    width:100%;
}

@media(max-width:860px){
    .div2 {
        width: 85%;
    }
}

.div3 {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

.div4{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

@media(max-width:582px){
    .div5{
        display:none;
    }
}

.img1 {
    width: 88%;
}

@media(max-width:860px){
    .img1{
        width:100%;
    }
}