.body-tab {
  display: none;
}

.body-tab.active {
  display: block;
}

.btn-tab{
    cursor: pointer;
}

.btn-tab.active p{
  font-size: 24px !important;
  font-weight: 700 !important;
}

