.jhn-about-text {
    color: var(--text-color);
    font-size: 1.3em;
    font-family: 'Montserrat';
    text-align: center;
    text-align: -webkit-center;
    color: #fff;
    margin-top: 2rem;
}
.jhn-about-numbers {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 2rem 0;
    text-align: center;
    text-align: -webkit-center;
}
.jhn-about-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
}
span.number-text {
    color: #fff;
    margin-top: 1rem;
    margin-top: 0.5rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -1px;
}
span.number-val p {
    margin: 0;
}
span.number-val {
    background: #FF0099;
    background-image: linear-gradient(45deg,#3023AE 0%,#FF0099 100%);
    border-radius: 50px;
    box-shadow: -2vmin 2vmin #ffffff12;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px;
    padding: 20px;
    color: #fff;
    font-weight: 800;
    font-family: 'Montserrat';
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.jhn-about-features {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 2rem 0;
    text-align: center;
    text-align: -webkit-center;
}
.jhn-about-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4rem 0;
}
span.feature-text {
    color: #fff;
    margin-top: 0.5rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -1px;
}
span.feature-val {
    background: #FF0099;
    background-image: linear-gradient(45deg,#3023AE 0%,#FF0099 100%);
    border-radius: 50px;
    box-shadow: -2vmin 2vmin #ffffff12;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    color: #fff;
    font-weight: 800;
    font-family: 'Montserrat';
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #e2e2e242;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; 
}
.accordion {
    font-family: 'Montserrat';
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    background: rgb(11 11 11 / 46%)!important;
    border: none;
    border-radius: 5px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: var(--main-content);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}
.jhn-faq-section-title {
    font-size: 30px;
    color: #fff;
    font-style: normal;
    line-height: 1.2;
    font-weight: 600;
    transition: .5s;
    text-shadow: 0 0 4px #ffffff;
    font-family: 'Ebgaramond';
    text-align: center;
    text-align: -webkit-center;
    margin-bottom: 2rem;
}

.jhn-faq-section {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.jhn-faq-block {
    width: 100%;
}
.jhn-faq {
    background: rgb(255 255 255 / 10%)!important;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 5rem;
}
.jhn-panel {
    padding: 0 18px;
    background-color: rgb(11 11 11 / 46%)!important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 10px;
    border: none;
    border-top: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #ffffffbd;
}