.t888-whoweare-header {
  display: block;                
  border-top: 1px solid var(--primary-color);
}

.t888-accordion-title {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  gap: 16px;                    
  width: 100%;
  text-transform: capitalize !important;
  font-size: 36px;
  padding: 26px 0;          
  cursor: pointer;
 
}
.t888-whoweare-item.is-open .t888-accordion-title[aria-expanded="true"] {
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color)!important;
    transition: all 0.3s ease;
}

.t888-accordion-title[aria-expanded="true"] 
.t888-whoweare-title,
.t888-accordion-title[aria-expanded="true"] 
.material-symbols-outlined,
.t888-accordion-title[aria-expanded="true"] 
.t888-whoweare-number {
    color: var(--primary-color)!important;
}


.t888-whoweare-number,
.t888-whoweare-title {
  margin: 0;               
  line-height: 1.2;
}

.t888-whoweare-number {
  color: var(--sixth-color);
  font-size: 36px;            
  font-family: 'Playfair Display';
  line-height: 48px;
}

.t888-whoweare-title {
  font-size: 32px;               
  font-weight: 700;
  color: var(--sixth-color);
  text-align: left;
      
}
.t888-whoweare-wrapper{
  border-bottom: 1px solid var(--primary-color);
}

.t888-accordion-icon .material-symbols-outlined {
  font-size: 40px;
  margin: 0;                   
  transition: transform .2s ease;
    color: var(--sixth-color);

}

.t888-whoweare-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  overflow: hidden;
  max-height: 0;                 
  transition: max-height .3s ease;
  will-change: max-height;
}

.t888-whoweare-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  padding-right: 220px;
}

.t888-whoweare-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.t888-whoweare-subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-top: 60px;
  color: var(--primary-color);
}

.t888-whoweare-description {
  font-size: 16px;
  line-height: 1.6;
  color: var(--eighth-color);
  margin-top: 60px;
}

.t888-whoweare-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 60px;
  margin-bottom: 60px;
}

.t888-whoweare-left-header{
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.t888-whoweare-right-header{
  width: 50%;
  display: flex

}


.t888-whoweare-right {
    display: flex;
    justify-content: space-between; 
}

.t888-whoweare-title {
    font-size: 36px; 
    font-weight: 700;
    line-height: 48px;
}

.t888-accordion-icon {
    display: flex;
    text-align: left;
     font-size: 40px;


}

.t888-icon{
   margin-left: auto;
}


@media (max-width: 768px) {
  .t888-whoweare-content {
    grid-template-columns: 1fr; 
    gap: 20px;                 
  }

  .t888-whoweare-text {
    padding-right: 0;         
  }

  .t888-whoweare-left-header{
    width: 10%;          
    display: flex;
    justify-content: flex-start;
  }
  .t888-whoweare-right-header {
    width: 90%;             
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .t888-whoweare-number{
    padding-bottom: 6px;

  }

  
}

@media (max-width: 480px) {
  .t888-whoweare-subtitle{
    margin-top: 10px
  }

  .t888-whoweare-description{
    margin-top: 0px;
  }
  .t888-whoweare-images img{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .t888-accordion-title{
    padding: 10px 0;
  }

}




