@media (max-width: 1024px) {
  .address {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  .address {
    padding: 0 10px;
  }
}
