.col-lg-7 h2{
    margin-bottom: 30px;
    color: #5c5c5c;
    font-family: 'Quicksand';
  }
  .list-group-item {
    position: relative;
    display: list-item;
    padding: 0.5rem 1rem;
    color: #E11B60;
    font-family: 'LEMONMILK-Bold';
    text-decoration: none;
    background-color: #f4f4f6;
    border: 1px;
}
 .rounded-pill {
  border-radius: 50rem!important;
  width: 40px;
  height: 40px;
  align-items: center;
}
.badge {
  display: flex;
  padding: 0.35em 0.65em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #314652!important;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.list-group-numbered>li::before {
    content: " ";
    counter-increment: section;
}
.col-lg-7 h3{
  font-family: 'Gilroy-Medium';
  font-size: 20px;
}
.col-lg-7 h3 span{
  font-family: 'Gilroy-Black';
}
.col-lg-7 h2 span{
  font-weight: 600;
}
