<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
    padding: 25px 20px;
    display: block;
    text-align: center;
  }
  main .about_heading {
    font-size: 31px;
    margin-bottom: 45px;
    font-weight: 100;
    color: #3C3C3B;
    line-height:35px;
    font-family: 'lulocleanw01-oneboldregular', Arial, sans-serif;
  }
  main .about_subheading {
    display: block;
    font-size: 18px;
    margin: 0 auto 20px auto;
    text-align: center;
    color: #3C3C3B;
    line-height: 1.8;
    font-family: 'lulocleanw01-oneboldregular', Arial, sans-serif;
    utu ra-lt-w01-book,futura-lt-w05-book
  }

  .bio_text {
    font-size: 16px;
    font-family: 'FuturaLT-Book', Arial, sans-serif;
    margin:3px;
    color: #3C3C3B;
    font-weight: 100;
    line-height: 24px;

  }

  .bio {
    margin-top: 50px;
    padding: 0px 9px 0px 9px;
  }

  .my_client_section {
    margin-top: 57px;
    margin-bottom: 8px;
  }

  .my_clients_header {
    font-family: 'FuturaLT-Light', Arial, sans-serif;
    letter-spacing: 0.5em;
    margin-top: 70px;
  }

  .centered_grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 50%;
    margin: auto;
  } 

  .responsive_image {
    width: 227px;
    height: 189px;
    padding: 10px;
  }


  @media only screen and (max-width: 768px) {
    main .about_heading {
      font-size: 23px;
      margin-bottom: 10px;
    }
    main .about_subheading {
      font-size: 12px;
      line-height:20px;
    }
    .bio_text {
      font-size: 12px;
      line-height: 18px;
    }

    .my_client_section {
      border-top: solid 1px;
      border-color: #f5d7e6;
    }

    .my_clients_header {
      font-size: 20px;
      margin-top: 40px;
    }
  }
</pre></body></html>