@media(max-width:480px){
  .box1{
    height:400px;
    padding:150px 10px;
  }
  .box1-radius{
    height:400px;
  }
  .box2{
    height:400px;
    padding:10px 10px;
  }
  .header{
    width: 80%;
  }

  .intro{
    font-size: 20px;
  }
  .footer1{
    width: 80%;
  }

  .box-container{
    height: 500px;
    width: 80%;
  }

  .button1{
    font-size: 14px;
    padding: 3px 3px;
  }
  .address{
    font-size: 12px;
  }
  .check-test-detail{
    font-size: 14px;
  }

}
