.page-title-wrapper {
  text-align: center;
  margin: 3rem 0 0;
}
.page-title-wrapper .page-title {
  font-size: 40px;
  font-weight: 700;
}
.customer_service_info {
  margin-inline: auto;
  max-width: 550px;
}
.customer_service_info .customer_service {
  margin-bottom: 5rem;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
.form.contact {
  float: left !important;
  padding-left: 5rem;
}
@media only screen and (max-width: 1191px) {
  .form.contact {
    min-width: auto !important;
    width: 50%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form.contact {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 519px) {
  .form.contact {
    width: 90%;
  }
}
.form.contact .fieldset {
  margin: 0 0 15px;
}
.form.contact .fieldset .field {
  width: 48%;
  margin-left: 4%;
  display: inline-block;
}
.form.contact .fieldset .field:nth-child(1),
.form.contact .fieldset .field:nth-child(3),
.form.contact .fieldset .field:nth-child(5) {
  margin-left: 0%;
}
.form.contact .fieldset .field:nth-child(5) {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .form.contact .fieldset .field:nth-child(5) {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 479px) {
  .form.contact .fieldset .field {
    width: 100%;
    margin-left: 0%;
  }
}
.form.contact .fieldset .field label {
  font-weight: 400;
  color: #212529;
}
.form.contact .fieldset .field .control input {
  padding: 20px 9px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #212529;
}
.form.contact .actions-toolbar .primary {
  width: 100%;
  margin-bottom: 3rem;
}
.form.contact .actions-toolbar .primary button {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #000000;
  padding: 12px 30px;
  border: 1px solid #333333;
}
.customer_support_desc {
  float: right;
  max-width: 500px;
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .customer_support_desc {
    width: 100%;
    float: none;
  }
}
.customer_support_desc .customer_info_section .contact_customer_information {
  float: left;
  width: 100%;
  margin-bottom: 4rem;
}
.customer_support_desc .customer_info_section .contact_customer_information .contact_us_title {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
}
.customer_support_desc .customer_info_section .contact_customer_information .team_email {
  color: #000000;
  border-bottom: 1px solid rgba(46, 82, 142, 0.3);
  padding-bottom: 0.2em;
  text-decoration: none;
}
.customer_support_desc .customer_info_section .contact_customer_information .team_email:hover {
  color: #0056b3;
  text-decoration: none;
}
.customer_support_desc .customer_info_section .contact_customer_information .phone {
  padding-top: 1rem;
}
.customer_support_desc .customer_info_section .contact_customer_information .phone a {
  color: #000000;
  text-decoration: none;
}
.customer_support_desc .customer_info_section .contact_customer_information .phone a:hover {
  color: #0056b3;
  text-decoration: none;
}
