.mous-text-media-section .landing-page-section .text-media-wrapper {
  padding: 88px 40px;
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper {
    padding: 64px 0;
  }
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper {
  gap: 24px;
  padding: 0;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper {
    text-align: center;
  }
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .sub-text {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 18px;
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .sub-text > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .sub-text {
    font-size: 20px;
  }
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .title {
  font-size: 56px;
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .title {
    font-size: 40px;
  }
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .body p {
  font-family: var(--font-body-family);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .body p > * {
  font-family: var(--font-body-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .body p {
    font-size: 18px;
  }
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .body p:first-of-type {
  margin-top: 0;
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .body p:last-of-type {
  margin-bottom: 0;
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .content-btn {
  margin-top: 16px;
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .content-btn {
    margin: 0 auto;
  }
}
.mous-text-media-section .landing-page-section .text-media-wrapper .content-wrapper .content-btn svg path {
  fill: var(--new-icon-color, currentColor);
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper .media-wrapper {
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 991.98px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper.media-inline-mobile > .media-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .mous-text-media-section .landing-page-section .text-media-wrapper.media-inline-mobile .content-wrapper .media-wrapper {
    display: none;
  }
}
