.section-EAP{
  display: none;
}

@media screen and (max-width: 576px) {
  .section-EAP{
    background-color: #f1f1f8;
    padding: 0px 10px 8px 10px;
    display: block;
  }

  .btn-EAP{
    background-color: #405DA2;
    border: 0.1px solid #E5E7F1;
    border-radius: 8px;
    overflow: hidden;
  }

  .btn-EAP-content{
    padding: 20px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;

    display: flex;
    align-items: center;
  }

  .btn-EAP-content p{
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn-EAP-image{
    height: 24px;
    margin-right: 12px;
  }

}
