@media screen and (min-width:768px){
     body{
        width: 100vw;
     }
    .topimg{
        width: 100vw;
    }
    .topimg img{
        width: 100vw;
    }
     .content {
         width: 80%;
         margin-left: 10%;
         min-height: 100vh;
     }

     .content h3{
         font-size: 0.4rem;
         margin-top: 1.2rem;
         border-bottom: 1px solid #f7f7f7;
         padding-bottom: 0.4rem;
     }

     .content h5{
         text-align: center;
         font-size: 0.45rem;
         font-weight: 400;
         margin-top: 40px;
     }

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


}

