@charset "utf-8";

/* benefits-card__body
----------------------- */
  .benefits-card__note h2{
    font-size:20px;
    margin-top: 20px;
    font-weight: bolder;
    text-decoration: underline;
  }
  
  .benefits-card__note h3{
    font-size:18px;
    font-weight: bolder;
  }
  .benefits-card__note p{
    margin-top: 10px;
  }
  
@media screen and (max-width: 768px){
  .benefits-card__note h2{
    font-size:20px;
    font-weight: bolder;
    text-decoration: underline;
    margin-top: 20px:
  }
  
  .benefits-card__note h3{
    font-size:18px;
    font-weight: bolder;
  }
  
  .benefits-card__note p{
    margin-top: 10px;
  }
  
}