.body-component {
  color: #1a1a1a;
  /* font-family: "AvenirLTStd-Light", sans-serif; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  @media (max-width: 767px) {
    font-size: 16px;
  }
  p {
    margin-bottom: 0;
  }
}
