.contact-title h1 {
  /* width: 100%; */
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
}

.submit_btn {
  width: 120px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0, 118, 72, 1), rgba(0, 118, 72, 1));
  color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.submit_btn:hover {
  color: rgba(0, 118, 72, 1);
  border: 1px solid rgba(0, 118, 72, 1);
  background: rgba(255, 255, 255, 1);
}

.contact-form {
  padding: 30px 48px;
  margin-top: 10px;
}
.contact-form h3 {
  font-size: 24px;
  font-weight: 700;
  color: rgba(0, 118, 72, 1);
}

.contact-form form {
  margin-top: 2rem;
}

.contact-form textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.privacy-label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(28, 28, 28, 1);
}

.form-group label {
  font-size: 18px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
}

.contact-info {
  font-size: 14px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  padding: 20px;
}
.contact-info h3 {
  font-size: 34px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  margin-top: 50px;
}
.contact-info-item {
  margin-top: 20px;
  padding-top: 20px;
}
.contact-info-icon {
  display: flex;
  align-items: center;
}

.contact-info-item p {
  margin-top: 10px;
}

.contact-info-icon h4 {
  font-size: 20px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
  margin: 0px;
}
.contact-info-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.representative-list {
  width: 1064px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.representative-item {
  width: 248px;
  height: 190px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(28, 28, 28, 1);
  border: 1px solid rgba(222, 226, 231, 1);
  padding: 16px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.representative-info:nth-child(2) {
  margin-top: 20px;
}

.representative-info:nth-child(3) {
  margin-top: auto;
}

.representative-position {
  color: rgba(0, 118, 72, 1);
}
.representative-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
}

.representative-contact {
  width: 200px;
  display: flex;
  align-items: center;
}
.representative-contact img {
  width: 8px;
  margin-right: 5px;
}

.sales-representatives {
  margin-top: 50px;
}

.sales-representatives h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: rgba(28, 28, 28, 1);
}

.technical-support {
  width: 1200px;

  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.technical-support p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(28, 28, 28, 1);
}

.technical-support h3 {
  font-size: 32px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
}

.expert-team {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.expert-list {
  width: 368px;
  height: 256px;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid rgba(0, 118, 72, 1);
}

.expert-name {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px;
  color: rgba(28, 28, 28, 1);
}

.expert-list a {
  display: inline-block;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 400;
  color: rgba(0, 118, 72, 1);
  padding: 6px 15px;
  border: 1px solid rgba(0, 118, 72, 1);
  margin-top: 10px;
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
  margin: 16px 0px;
}

.expert-list a:hover {
  background: rgba(0, 118, 72, 1);
  color: rgba(255, 255, 255, 1);
}
.contact-section h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: rgba(28, 28, 28, 1);
}
