.whatyouneed_container {
  background-color: #f6f6f6;
  padding: 20px 20px 40px 20px;
}
#whatyouneed_title {
  font-size: 30px;
  color: black;
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}
.whatyouneed_container .whatyouneed_item_desc {
  color: #000000;
  font-family: VerizonNHGeDS, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 20px;
  line-height: 19px;
  font-weight: bold;
}
.whatyouneed_container .whatyouneed_item_icon {
  text-align: center;
  margin-bottom: 20px;
}
.whatyouneed_container .whatyouneed_item_desc p {
  line-height: 12px;
}
.whatyouneed_container .whatyouneed_items_list {
  display: flex;
  justify-content: center;
}
.whatyouneed_container .whatyouneed_items {
  padding: 0px 45px;
}
@media (max-width: 480px) {
  #whatyouneed_title {
    font-size: 20px;
  }
  .whatyouneed_container .whatyouneed_items_list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .whatyouneed_container .whatyouneed_items {
    margin-top: 10px;
    padding: 0px 20px;
    width: 50%;
  }
  .whatyouneed_container .whatyouneed_item_icon {
    text-align: center;
  }
  .whatyouneed_container .whatyouneed_item_desc p {
    white-space: nowrap;
  }
}
