* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans Thai", sans-serif;
  scroll-behavior: smooth;
}

.navigation-tab {
  margin: 7vw 0 0 3vw;
  width: fit-content;
}

.navigation-tab a,
.navigation-tab span {
  padding: 0 0.5vw;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

.navigation-tab a:hover {
  color: #a72c32;
  transition: 0.5s;
  font-weight: 600;
}

.request-forms,
.Internship-form,
.form-body {
  width: 80%;
  justify-self: center;
  height: auto;
  margin: 0.5vw 5vw;
  padding: 0.5vw 2vw;
  font-size: 18px;
  background: #fff;
}

.form-head {
  justify-self: center;
  margin: 1vw 0;
  color: #a72c32;
}

.Internship-form h4 {
  padding: 1vw 8vw;
  color: #a72c32;
  font-weight: 600;
}

.Internship-body {
  margin-top: 2vw;
  padding: 0 8vw;
}

.Internship-body p {
  margin-bottom: 0.5vw;
}

.Internship-body ul {
  margin: 0;
}

.Internship-body li {
  margin: 0 2vw;
}

.Internship-body span {
  color: #a72c32;
  font-weight: 600;
}

.form-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 8vw;
}

.form-container span {
  font-weight: 500;
}

.form-link {
  text-decoration: none;
  color: #3646ff;
  transition: 0.5s;
}

.form-link:hover {
  color: #a72c32;
  font-weight: 600;
}

.form-body {
  color: #a72c32;
  font-size: 20px;
  font-weight: 600;
}

.form-body img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
