@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body {
  background-color: #ffffff;
  color: #537b47;
  font-weight: 400;
}

section.intro {
  padding-top: 110px;
  padding-bottom: 40px;
}
section.intro .description {
  color: #6d6d6d;
  font-weight: 400;
}
section.intro .title-top {
  color: #537b47;
  margin-top: 20px;
  font-weight: 400;
  text-align: center;
}
section.intro .sub-title-top {
  color: #6d6d6d;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
}
section.intro .category-title {
  color: #537b47;
  margin-top: 20px;
  font-weight: 400;
  padding: 20px 0px;
}
section.intro p {
  color: #6d6d6d;
  margin-top: 16px;
  font-weight: 400;
  text-align: center;
}
section.intro .table {
  background-color: #a2a2a2;
  font-weight: 400;
}
section.intro .table th, section.intro .table td {
  border-top: 1px solid #537b47;
  border-bottom: 1px solid #537b47;
  background-color: rgb(232, 232, 232);
  color: #444444;
  text-align: center;
}
section.intro .table a {
  text-decoration: underline;
  color: #537b47;
  transition: 0.3s;
}
section.intro .table a:hover {
  color: #f4008f;
}
section.intro .category {
  display: none;
}
section.intro .category.active {
  display: block;
}
section.intro label {
  display: block;
  margin-bottom: 10px;
}
section.intro .custom-select {
  background-color: #dddddd;
  color: #3f3f3f;
  border: 1px solid #7b7b7b;
  max-width: 450px;
  width: 100%;
}
section.intro .custom-select:focus {
  border-color: #537b47;
  box-shadow: 0 0 0 0.2rem rgba(163, 41, 133, 0.25);
}
section.intro .btn-back-home {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.intro .btn-back-home p {
  color: #537b47;
  padding: 15px 25px;
  font-weight: 400;
  border: 1px solid #537b47;
  width: fit-content;
  border-radius: 23px;
}
@media (max-width: 1200px) {
  section.intro .bottom__txt-link {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  section.intro .mid-img img {
    padding-bottom: 15px;
  }
}