.module-title {
  background-image: url("/img/title-bg.png");
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 160px;
  padding-top: 135px;
  padding-bottom: 75px; }
  .module-title .module-title-text {
    font-size: 47rem;
    text-align: center;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase; }
    .module-title .module-title-text span {
      color: var(--element1-color); }
  .module-title .module-subtitle-text {
    font-size: 20rem;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--element1-color);
    margin-top: 15px; }

@media (max-width: 575.5px) {
  .module-title {
    padding-top: 80px;
    padding-bottom: 50px;
    background-position: center 16px;
    background-size: 95px; }
    .module-title .module-title-text {
      font-size: 25rem; }
    .module-title .module-subtitle-text {
      font-size: 18rem;
      margin-top: 10px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .module-title {
    padding-top: 80px;
    padding-bottom: 60px;
    background-position: center 16px;
    background-size: 116px; }
    .module-title .module-title-text {
      font-size: 40rem; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .module-title {
    padding-top: 95px;
    padding-bottom: 60px;
    background-position: center 13px;
    background-size: 130px; }
    .module-title .module-title-text {
      font-size: 40rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .module-title {
    padding-top: 95px;
    padding-bottom: 60px;
    background-position: center 13px;
    background-size: 130px; }
    .module-title .module-title-text {
      font-size: 40rem; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .module-title {
    padding-top: 120px;
    padding-bottom: 75px;
    background-position: center 30px;
    background-size: 140px; }
    .module-title .module-title-text {
      font-size: 40rem; } }

/*# sourceMappingURL=module_title.css.map */
