@charset "UTF-8";

.contact-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.contact-box img {
  width: 100px;
}

@media screen and (min-width:375px) and (max-width:430px) {
  h1 {
    font-size: 22px;
    line-height: 40px;
  }

  .contact-box img {
    width: 60px;
  }
}