.title {
  margin-top: 90px;
  margin-bottom: 60px;
  font-size: 2rem;
  text-align: center;
}

.wrapper {
  padding: 0px 180px 0px 180px;
}

.contact-us {
  display: flex;
  flex-direction: row;
  gap: 50px;
  font-size: 1.2rem;
  margin-bottom: 100px;
}

.mail {
  width: 60%;
}

.form input {
  min-width: 40%;
  padding: 20px 40px 20px 10px;
  border-radius: 5px;
  margin-right: 50px;
  margin-bottom: 30px;
}

::placeholder {
  font-size: 15px;
  font-weight: bold;
}

.form textarea {
  padding: 20px 40px 20px 10px;
  width: 87%;
  height: 250px;
  border-radius: 5px;
}

.desc {
  margin-bottom: 50px;
}

.details {
  width: 30%;
  font-size: 1rem;
}

.contact-info {
  margin-bottom: 30px;
}

.hours {
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  font-size: 1rem;
}

.day h3 {
  padding-top: 10px;
}

.open-time p {
  padding-top: 15px;
}

.map iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.3rem;
    text-align: center;
  }

  .wrapper {
    padding: 50px 40px 50px 40px;
  }

  .contact-us {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .mail {
    width: 100%;
  }

  .form input {
    min-width: 40%;
    padding: 20px 50px 20px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  ::placeholder {
    font-size: large;
    font-weight: bold;
  }

  .form textarea {
    padding: 30px 50px 30px 20px;
    width: 85%;
    height: 200px;
  }

  .desc {
    margin-bottom: 50px;
  }

  .details {
    width: 100%;
  }

  .contact-info {
    margin-bottom: 30px;
  }

  .hours {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    margin-bottom: 10px;
  }

  .day h3 {
    padding-top: 10px;
  }

  .open-time p {
    padding-top: 15px;
  }

  .map iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }
}
