/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/wp-default/scss/components/form-contact-footer.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.rt-contact-form-section {
  background-color: var(--rul-primary-color);
  padding: 60px 0;
}
@media (min-width: 1250px) {
  .rt-contact-form-section .container {
    max-width: 1200px;
  }
}
@media (max-width: 575.98px) {
  .rt-contact-form-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rt-contact-form-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.rt-contact-form-section .cfs-content-wrapper .form-heading {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .rt-contact-form-section .cfs-content-wrapper .form-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .rt-contact-form-section .cfs-content-wrapper .form-heading {
    font-size: 37px;
  }
}
.rt-contact-form-section .cfs-content-wrapper,
.rt-contact-form-section .cfs-content-wrapper h2,
.rt-contact-form-section .cfs-content-wrapper span,
.rt-contact-form-section .cfs-content-wrapper p {
  color: #fff;
}
.rt-contact-form-section .cfs-content-wrapper span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08px;
  text-transform: capitalize;
}
.rt-contact-form-section .cfs-content-wrapper h2 {
  margin: 13px 0 13px;
}
.rt-contact-form-section .cfs-content-wrapper p {
  margin-bottom: 60px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: 0.1px;
}
.rt-contact-form-section .cfs-client-item {
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}
.rt-contact-form-section .cfs-client-item img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=form-contact-footer.css.map*/