 /* Base typography */
  p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    /*color: rgb(0, 0, 0);*/
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .content-list li{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
  }

  h1{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
     margin-top: 25px;
  }

  h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    margin-top: 25px;
  }

  h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
     margin-top: 25px;
  }

  h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
     margin-top: 25px;
  }

  h5{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    margin-top: 25px;
  }
  
  p a {
    color: #3c6efd;
    text-decoration: underline;
  }

  p a:hover{
    color: #336;
  }