
  .boldText {
    font-weight: bold;
  }

  li::marker {
    font-weight: bold;
  }

  a.openFeedbackBtn {
    color: #0ca49f;
    text-decoration: underline;
  }

  .contactFormContainer {
    margin: 0;
  }

  @media screen and (min-width: 700px) {
    .twoColumns {
      grid-template-columns: 1fr 1fr;
    }

  }
