h2.list__header {
font-size: 1.6rem;
}

div.list__outer {
    margin: 25px 25px 40px;
    padding: 20px 28px;
  border-radius: 20px;
  background:#f4f4f5!important;
}

@media screen and (max-width: 600px) {

  div.list__outer {
    margin: 25px 0 30px;
    padding: 25px 17px 10px;
  }
}

li.list__item {
margin: 10px 0;
}

.icon-icon {color: #18181b;}

.list__icon {
background-color: #bff660;  
  margin-right: 10px;
    padding: 5px;
}

.list__icon svg {
  width: 14px;
  height: 14px;
}

.list__content p, .list__content, .list__content a{
  color: #3f3f46!important;
  margin-bottom: 0;
  font-size: 17px;
  text-decoration: none;
}

@media screen and (max-width: 600px) {

 .list__content p, .list__content {
    font-size: 15px; line-height: 1.4;
  }
  li.list__item {padding-left: 5px;}
  .list__icon svg {height: 12px; width: 12px;}
  h2.list__header {1.4rem;}
}


.list__outer ul.list, .list__outer ol.list {margin-bottom: 0px;}