
*{
  margin: 0;
  padding: 0;
}

#grid-container {
  display: grid;
  grid-template-columns: 45px auto 45px;
  grid-template-rows: 40px auto;
}

p{
  font-family: neue-haas-unica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 23px;
  line-height: 30px;
  color: #727272;
}

b{
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1px;
}

ul{
  padding-top: 25px;
  margin: 0;
}

li{
    list-style: none;
    font-family: neue-haas-unica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #727272;

    a href{
      font-weight: 600;
    }
  }

a:link{
  color: #727272;
}

a:visited{
  color: #727272;
}

a:hover{
  color: #EF0000;
}
