
.top-faqs {
    background: var(--colors-background-bkg-color, #040A17);
}
.top-faqs h5{
    color: var(--colors-text-text-color-light, #18CDDF);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
   
}
.top-faqs h3{
    color: var(--colors-text-text-oncolor, #FFF);
    font-family: Archivo;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
   
}
.faqs-content h3.title {
    width: 100% !important;
}
section.pt-10.pb-8.grey-section.top-section.top-faqs {
    display: flex;
    padding: var(--spacing-spacing-l, 32px) var(--spacing-spacing-s, 16px);
    flex-direction: column;
    align-items: flex-start;
    background: var(--colors-background-bkg-color, #040A17);
}
span.faqs-span > span {
    color: var(--colors-text-text-default, #040A17);
    font-feature-settings: 'salt' on;
    /* Body/body-M */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-left: 1rem;
}
span.faqs-span:hover > span {
    color: var(--colors-text-text-oncolor, #FFF);
    font-feature-settings: 'salt' on;
    /* Body/body-M */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

span.faqs-span:hover {
    background: #238996;
    color: white;
    padding: 10px;
  
    cursor: pointer;
}
span.faqs-span.active {
    
    background: #238996;
    color: white;
    
    cursor: pointer;
}
span.faqs-span.active >span {
    
    color: white;

    cursor: pointer;
    
}
.card-header a {
    padding: 1.8rem 1.5rem 1.8rem 0.5rem;
}

.faqs-list {
    margin: 1rem 0;
}
.card-training-contact .btn-contact {
    padding: 16px;
    background-color: white;
    border: none;
    font-weight: 900;
    text-transform: capitalize;
    border-radius: var(--radius-radius-full, 100px);
    background: var(--colors-actions-action-secondary, #D7F6F5);
    color: var(--colors-text-text-color-dark, #10646C);
    font-feature-settings: 'salt' on;
    font-family: Archivo;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.6px;
}
span.faqs-span {
    font-weight: 900;
    font-size: 15px;
    border-radius: 50px;
    padding: 10px;
    padding: 10px;
    width: 100%;
    display: flex;
    height: 56px;
    align-items: center;
}

.faqs-span i {
    font-size: 20px;
    vertical-align: text-bottom;
}
.card-body p a {
    color: var(--colors-text-text-color-dark, #10646C);
}

@media screen and (max-width:575px){
    .top-faqs h3{
       text-align: left;
    }
}