.simple-tabs .tab-button .subtitle {
  display: block!important;
}

.simple-tabs .left-alignment .tab-button {
    width: 100%;
    padding: 40px;
    text-align: left;
    font-weight: bold;
    max-width: 716px;
    margin-right: auto;
    margin-left: 0;
}

@media only screen and (max-width: 992px) {

  .simple-tabs .tab-container .buttons.left-alignment {
    flex-direction: column;
    margin: 0 0 30px !important;
    width: 100%;
    white-space: unset;
    padding: 0 20px 20px;
    flex: unset;
    max-width: unset;
  }

  .simple-tabs .left-alignment .tab-button {
    max-width: 100%;
  }
}

.simple-tabs .tab-button .subtitle {
    font-size: 18px;
    margin-top: 24px;
    opacity: 0.6;
    display: none;
    font-weight: 400;
}

.simple-tabs .tab-container.left-alignment {
    flex-direction: row;
    align-items: center;
}
