.team-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.team-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.team-slide {
  width: 100%;
  flex-shrink: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.about-text p {
    color:#6b37fc;
     font-size: 1.5rem !important;
     line-height: 2rem;
     margin-bottom: 25px;
     font-weight: 500;

}
.btn{
    margin-top: 3rem;
}

@media (max-width: 767px) {
  .ceo-img{
    width: 100%;
  }
}
