dl {
  display:none;
}

dt {
  display: list-item;
  color:black;
  font-weight:bold;
  margin-left: 16px;
}

.why-da
{
  background-color:white;
  margin-bottom: 20px;
}

.why-da-header 
{
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align:center;
  font-size: 12px;
  line-height: 18px;
  color: red;
  font-weight: 500;
}



@media (min-width: 767px) {
  .why-da-header {
    font-size: 22px;
    line-height: 30px;
  }
  
  dl {
    display:block;
    font-size: 12px;
    margin:8px;
    list-style-type: disc;
  }
  
}

.why-da-header span
{
  color:green;
}