@media screen and (min-width:600px){

.contactContainer{
    width: 80vw;
    max-width: 800px
}
}