.header-nav .nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 40px;
}
.header-nav .nav ul li a {
  display: inline-block;
  padding: 19px 0px;
  font-weight: 600;
  font-size: 18px;
}

.section-stats .content {
  margin-bottom: 60px;
}
.section-stats .content h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
.section-stats .content p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .section-stats .content {
    margin-bottom: 30px;
  }
}

.section-contact {
  padding: 125px 0 115px;
}
.section-contact .col-content > *:first-child {
  margin-top: 0;
}
.section-contact .col-content, .section-contact .col-form {
  height: auto !important;
}
.section-contact .content {
  margin-bottom: 60px;
}
.section-contact form {
  max-width: 600px;
  margin: 0 auto;
}
.section-contact form label {
  width: 100%;
}
.section-contact form input, .section-contact form textarea {
  width: 100%;
  margin-top: 5px;
  padding: 10px 15px;
}
.section-contact form input[type=submit] {
  display: inline-block;
  background-color: #FAB702;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  padding: 10px 30px;
  border: 1px solid #FAB702;
}

/*# sourceMappingURL=main-2024.css.map */
