.text-page {
  padding: 56px 0 80px;
  color: white; }
  .text-page .text-content {
    max-width: 960px; }
  .text-page ul {
    padding-left: 25px;
    margin: 30px 0; }
    .text-page ul li {
      font-size: 16px;
      margin-top: 10px; }
      .text-page ul li:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #2CFFF2;
        display: inline-block;
        margin-left: -25px;
        margin-right: 17px;
        position: relative;
        top: -2px; }
  .text-page h1 {
    font-weight: 700;
    font-size: 54px;
    text-shadow: none;
    filter: unset;
    background: linear-gradient(to bottom, white 50%, #8CC0E1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 56px;
    line-height: 150%; }
  .text-page p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 167%; }
  .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
    background: linear-gradient(to bottom, white 50%, #8CC0E1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 0 #345B66);
    text-transform: uppercase;
    margin: 50px 0 16px;
    font-weight: 800;
    line-height: 167%; }
  .text-page h2 {
    font-size: 24px; }
  .text-page h3 {
    font-size: 23px; }
  .text-page h4 {
    font-size: 22px; }
  .text-page h5 {
    font-size: 20px; }
  .text-page h6 {
    font-size: 18px; }

@media (max-width: 767px) {
  .text-page {
    padding: 50px 0 80px;
    color: white; }
    .text-page h1 {
      font-size: 32px;
      margin-bottom: 30px; }
    .text-page ul li {
      font-size: 14px; }
      .text-page ul li:before {
        top: -1px; }
    .text-page p {
      font-size: 14px;
      margin-top: 10px; }
    .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
      margin: 40px 0 16px; }
    .text-page h2 {
      font-size: 22px; }
    .text-page h3 {
      font-size: 21px; }
    .text-page h4 {
      font-size: 20px; }
    .text-page h5 {
      font-size: 18px; }
    .text-page h6 {
      font-size: 16px; } }

/*# sourceMappingURL=text-page.css.map */
