@media only screen
and (min-width: 320px)
and (max-width: 414px) {
  .inquiry-container {
    margin-top: 60px;
  }
  .contact-wpr{
    padding:0 0 0 0;
  }
  .contact-content{
    margin-bottom:30px;
  }
}

@media only screen
and (min-width: 568px)
and (max-width: 768px){
  .inquiry-container{
    margin-top:40px;
  }
}
