.sec-5 {
    background: linear-gradient(180deg, #4C4654, #565170);
    max-height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.box-wrapper {
    background-color: #f5f5f5;
    background: #ffffff4d;
    padding: 16px;
    border-radius: 16px;
}

.box-wrapper .name {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.box-wrapper .field {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #e6e6e6ee;
}

.box-wrapper p {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
}

.profile-wrapper {
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 500px) {
    .profile {
        width: 68px !important;
        border-radius: 50%;
    }
}

.profile {
    width: 68px !important;
    border-radius: 50% !important;
}

.name-wrapper {
    display: block !important;
    text-align: center;
}

.text-ce{
    color: #EFDAFB;
}

.faq {
    position: relative;
    padding: 3rem 0 1rem 0;
    content: "";
    width: 100%;
    height: max-content;
  }
  
  .faq .section-title {
    display: block;
    text-align: center;
    backdrop-filter: blur(32px);
    background-color: #00d0841a;
    color: #ffffff;
    border-radius: 16px;
    padding: 12px 16px;
    font-size: 17px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 10px;
  }
  
  .faq .accardion-wrapper {
    padding: 24px 0;
    border-bottom: 1px solid #ffffff33;
  }
  
  .faq .head {
    cursor: pointer;
    display: flex;
  }
  
  .faq .accardion-wrapper .title {
    width: 90%;
  }
  
  .faq .accardion-wrapper .title strong {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
  }
  
  .faq .accardion-wrapper .title span {
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
  }
  
  .faq .accardion-wrapper .toggle {
    width: 10%;
  }
  
  .faq .accardion-wrapper .toggle i {
    color: #ffffff;
    cursor: pointer;
    vertical-align: middle;
  }
  
  .faq .accardion-wrapper .text-wrapper {
    display: none;
    margin-top: 8px;
  }
  
  .faq .accardion-wrapper .text-wrapper p {
    padding: 8px;
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
  }