@media screen and (max-width:768px){


    body{
        width: 100vw;
        overflow-x: hidden;
    }


    /*.topimg img{*/
        /*margin-top:1.5rem;*/
    /*}*/
    .topimg{
        width: 100vw;
        height: 40vh;
        position: relative;
    }

    .topimg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


    .content{
        width: 90vw;
        margin-left: 5vw !important;
        overflow: hidden;
    }

    .content button{
        width: 35vw;
        margin-bottom: 1rem;
    }

    .content .row{
        margin-left:0 !important;
        margin-right: 0 !important;
    }

    .content .row div{
        padding: 0 !important;
    }

    .content input{
        border: none ;
        height: 0.8rem;
        padding-left: 10px;
        outline:none;
    }

    .content textarea{
        border: none;
        outline:none;
        padding: 10px 10px 0 10px;
    }

    .contact h3 span{
        font-size: 0.3rem;
        color: gray;
        font-weight: bolder;
        margin-left: 10px;
    }

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

