@media screen and (min-width:768px){
   body{
       width: 100vw;
   }


    .topimg img {
        /*height: 70vh;*/
        width: 100vw;
    }

    .content{
        width: 80vw;
        margin-left: 10vw !important;
        overflow: hidden;
    }

    .content input{
        border: none !important;
        outline: none !important;
        font-size: 0.5rem;
        height: 0.8rem;
        padding-left: 10px;
    }

    .content textarea{
        border: none;
    }

    .content button{
        width: 10vw;
    }

    .contact h3 span{
        display: none;
    }

    .map{
        width: 80vw;
        height: 70vh;
        margin-bottom: 10vh;
        margin-left: 10vw;
    }
}

