/* มือถือ iPhone 14 และอื่น ๆ */
@media (max-width: 576px) {

  /* navbar */
  .navbar {
    padding: 10px;
  }
  .menu {
    padding: 10px;
  }

  /* header */
  .header {
    margin: 10px !important;
  }

  .header img {
    width: 100% !important;
    height: auto;
  }

  /* footer section */
  .footer {
    flex-direction: column;
    text-align: center;
  }

  /* contact */
  .contact {
    flex-direction: column;
  }

  /* language menu */
  .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* text size */
  h3 {
    font-size: 18px;
  }

  /* ปุ่ม */
  .btn {
    width: 100%;
    margin-top: 10px;
  }
}