.contact_page {
  padding-top: 150px;
}

.contact_page h1 {
  font-family: "Object Sans";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 40px;
  color: #1f1f25;
}

.contact_page p {
  font-family: "Inter Regular", sans-serif;
  font-size: 24px;
  line-height: 32px;
  width: 60%;
  margin-bottom: 40px;
  color: #1f1f25;
}

.contact_page label {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1f1f25;
}
.contact_page .form-check-input {
  border: 1px solid #ced4da !important;
}
.contact_page .form-check-label {
  color: #788078;
}
.contact_page .btn {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 40px;
  width: 171px;
}

.contaxt_wrapper {
  display: flex;
  justify-content: space-between;
}

.left_block {
  flex: 0 0 60%;
}

.right_block {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
}

.right_block strong {
  font-family: "Inter SemiBold", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #1f1f25;
}

.right_block span {
  font-family: "Inter Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #788078;
}

.left_block input,
.left_block select,
.left_block textarea {
  font-family: "Inter Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #788078 !important;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
}

.left_block input[type="text"],
.left_block input[type="email"],
.left_block select {
  height: 48px;
}

.left_block textarea {
  height: 146px;
}

.left_block input[type="text"]:focus,
.left_block input[type="email"]:focus,
.left_block select:focus,
.left_block textarea:focus,
.left_block input[type="text"]:active,
.left_block input[type="email"]:active,
.left_block select:active,
.left_block textarea:active {
  outline: none;
  box-shadow: none;
  border: 1px solid #207850;
}

.contact-button:focus,
.contact-button:active,
.contact-button:hover {
  background-color: #235f44;
  outline: none;
  box-shadow: none;
}

#contactSuccess p,
#contactFail p {
  font-size: 20px;
  margin: 10px auto 20px auto;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .contact_page h1 {
    font-family: "Inter Medium", sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
  }

  .contact_page p {
    width: 100%;
    font-family: "Inter Regular", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f25;
  }

  .contaxt_wrapper {
    flex-direction: column;
  }

  .contact_page .btn {
    width: 100%;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .right_block {
    align-items: center;
  }
}
