  .feature-box {
      border: 1px solid #dee2e6;
      border-radius: 12px;
      padding: 40px;
      margin-bottom: 20px;
     
      width: 100%;
    }

    .imagreso{
      max-width: min(500px, 100%) !important;
    margin: auto !important;
}
    .feature-icon {
      font-size: 1.5rem;
    
      gap: 20px !important;
      align-items: center;
      margin-bottom: 40px;
    
    }

    .feature-title {
      font-weight: 600;
      font-size: 22px;
     
    }

    .feature-subtitle {
      font-weight: 600;
      font-size: 18px;
      line-height: 160%;
      color: black;

    }

    .feature-text {
      font-size: 16px;
      font-weight: 500;
     line-height: 160%;
      color: #6c757d;
    }

   .card img{
    width: 38px;
    height: 38px;
   }

   .cart {
    padding-right: 32px;
   }

   


   @media (max-width: 575.98px) {

    .titlequestion{
      font-size: 18px;
    }
  .teams{
      gap: 90px;
   }

   .features{
    padding: 32px;
   }

   .cont{
    gap: 0px;
   }


   
   .contect{
   
    display: flex;
    flex-direction: column  ;

   }
   .cart{
    padding: 32px;
   }

   .feature-box {
    margin-bottom: 0px
   }

   .cta-text p{
    margin-bottom: 0px !important;
   }

   }


   .accordion {
  padding: 72px;
  overflow: hidden;
  width: 100%;
}

.accordion-item {
  border: none !important;

}
.accordion-item p{
  /* border: none !important; */
  font-size: 16px;

}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  color: #070626;
  border: 0px;
  text-align: left;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #F6F6F6;
  border-top: 1px solid #F6F6F6;
  border-radius: 10px;
  font-weight: 500;
  line-height: 160%;
  
}

.accordion-content  {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  font-weight: 500; font-size: 18px; line-height: 160%; color: #7B7B7B;
}

.accordion-content.open {
  max-height: 200px;
  padding: 0px 20px;
  margin-bottom: 12px;
  
}
.accordion-header[aria-expanded="true"] .icon {
  transform: rotate(180deg);
  
}


.accordion-content {
  display: none;
  padding: 10px 0;
}

.accordion-content.open {
  display: block;
}


.accordion-headers {
  width: 100%;
  padding: 16px 0px;
  background-color: #ffffff;
  color: #070626;
  border: 0px;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  gap: 16px;
  align-items: center;
  overflow: hidden;
  /* border-bottom: 1px solid #F6F6F6;
  border-top: 1px solid #F6F6F6; */
  /* border-radius: 10px; */
  font-weight: 500;
  line-height: 160%;
  outline: none;
  
}

.accordion-headers[aria-expanded="true"] .icon {
  transform: rotate(180deg);
  
}
