.team-accordion-wrapper .team-accordion-sec-header {
   padding: 60px 0px 20px 0px;
}
.team-accordion-wrapper .team-accordion-sec-header h2 {
   margin: 0;
}
.team-accordion-wrapper .team-accordion-item {
   border-top: 1px solid #e0dee7;
   transition: background 0.4s;
   transition-delay: 0.4s;
}
.team-accordion-wrapper .accordion-body {
   display: none;
}
.team-accordion-wrapper .team-acc-heading {
   padding: 15px 20px;
   padding-left: 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-flow: row nowrap;
   flex-flow: row nowrap;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   cursor: pointer;
}
.team-accordion-wrapper .team-acc-heading .acc-icon-holder {
   margin: 0px 15px 0px 0px;
}
.team-accordion-wrapper .team-acc-heading .acc-icon-box {
   -webkit-border-radius: 50%;
   border-radius: 50%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   line-height: 1;
   text-align: center;
   color: #550370;
   background-color: #11edbe;
   font-size: 15px;
   width: 35px;
   height: 35px;
}
.team-accordion-wrapper .hs-image {
   text-align: center;
}
.team-accordion-wrapper .team-acc-heading .acc-icon-box i {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.team-accordion-wrapper .team-acc-heading .acc-text {
   color: #550370;
   font-size: 29px;
   font-weight: 600;
   line-height: 1.2em;
}
.team-accordion-wrapper .team-accordion-item.active {
   box-shadow: 0 0 10px rgb(0 0 0 / 15%);
   background: #fff;
   transition-delay: 0s;
}
.team-accordion-wrapper .team-accordion-item.active .accordion-body {
   border-top: 1px solid #e0dee7;
}
.team-accordion-wrapper .team-accordion-item .accordion-body-inner {
   padding: 40px 40px 20px 40px;
}
.team-accordion-wrapper .team-accordion-item.active .fa-chevron-right:before {
   content: "\f078";
}
.team-accordion-wrapper .team-accordion-grid {
   border-bottom: 1px solid #e0dee7;
}
@media(max-width: 1024px) {
   .team-accordion-wrapper .team-acc-heading .acc-text {
      font-size: 22px;
      line-height: 1.7em;
   }
   .team-accordion-wrapper .team-accordion-item .accordion-body-inner {
      padding: 20px 10px 0px 10px;
   }
}
@media(max-width: 767px) {
   .team-accordion-wrapper .team-accordion-sec-header {
      padding: 20px 0px 10px 0px;
   }
   .team-accordion-wrapper .team-accordion-grid .image-col {
      order: 1;
   }
   .team-accordion-wrapper .team-accordion-grid .content-col {
      order: 2;
   }
}


