@media screen and (max-width: 768px){
    .address-form input{
        height: 50px !important;
    }
}
@media screen and (max-width:425px) {
  .address-btn-1,
  .address-btn-2{
      font-size: 14px;
  }
  .address-btn-2{
      width: 160px;
      padding:6px 0px ;
  }
}