
  
  .boldText {
    font-weight: bold;
  }
  
  li::marker {
    font-weight: bold;
  }
  
  .serviceAndPrice {
    grid-template-columns: 1fr auto;
    column-gap: 0.2em;
    align-items: baseline;
    margin-bottom: 0.5em;
    width: 100%;
    border-bottom: 0.1em solid #dbdddd;
  }
  
  .serviceAndPrice > h3:last-of-type {
    font-weight: normal;
  }
  
  .serviceAndPrice > h3 {
    font-size: 1em;
  }
  
  a.openFeedbackBtn {
    color: #0ca49f;
    text-decoration: underline;
  }
  
  .contactFormContainer {
    margin: 0em;
  }
  
  section:nth-of-type(6) p {
    margin: 0em;
  }
  
  

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


  @media screen and (min-width: 900px) {
    
    .serviceAndPrice > h3:first-of-type::after {
      content: "";
    }

  }
