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

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


    .topimg{
        display: none;
    }

    .content {
        min-height: 80vh;
    }
    
    .content h3{
        display: none;
    }

    .content p{
        text-align: center;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .content h5{
        text-align: center;
        font-size: 0.6rem;
        margin-top: 80px;
    }

    .content article{
        padding: 0 10%;
    }
}

