.accordion {
    background: none;
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
    border: none;
    width: 100%;
    text-align: left;
    padding-bottom: 48px;
    padding-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    border: #70C1D6;
    border: solid;
    border: 3px;
    cursor: pointer;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    color: #ADADAD;
    font-family: IBM Plex Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    display: none;
    overflow: hidden;
    text-align: left;
}
/* .......................faq3,,,,,,,,,,,,,,,,,,,,,,,, */
.faqcontent::before{
    content: "\2022"; 
    margin-right: 5px;
}
.faqcontent{
    font-size: 32px;
}
.text{
    text-align: left;
    margin: 0;
}

.faqlist div{
    margin-bottom: 10px;
}
.panel p{
    color: #ADADAD;
    font-family: IBM Plex Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    
   
        }
/* ......................faq3.........................         */
.accordion:after {
    content: ' \2303';
    transform: rotate(180deg);
    font-size: 30px;
    color: #ededed;
    float: right;
    margin-left: 5px;
    font-weight: bolder;
    
    
    
}

.accordion.active:after {
    content: '\2303';
    transform: rotate(360deg);
    
    
}

.panel {
    
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.FAQs{
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
}
.frame-child18{
    background: #70C1D6;
    height: 7px;
    width: 100%;
    max-width: 301px;
    margin-top: 24px;
    margin-bottom: 48px;
}
.some-of-the{
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.28px;
}
.accordion{
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
}

.panel{
    background: none;
    margin-bottom: 24px;
}
.dr{
    padding: 85px 252px;
    
}
.divider{
   
    height: 0.5px;
    background: #CCC;
}