.testimony-page {
 box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 132px;
}
h1 span{
   color: #4000a9;
}

.testimonials,
.testimonials * {
  box-sizing: border-box;
}

.testimonials {
  padding: 0px 100px 0px 100px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.testimonial-card {
  background: #ffffff;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  position: relative;
  min-height: 100%;
}

.testimonial-card__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.testimonial-card__header {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.testimonial-card__avatar {
  background: #b1b1af;
  border-radius: 60px;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

.testimonial-card__image {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  aspect-ratio: 1;
}

.testimonial-card__info {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.testimonial-card__name {
  color: #4000a9;
  font-family: "AlbertSans-Bold", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.testimonial-card__title {
  color: #323232;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.testimonial-card__quote {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.testimonial-card__logo {
  opacity: 1;
  flex-shrink: 0;
  width: 200px;
  height: 48px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 200/48;
}

.testimonial-card__logo-image {
  width: 40%;
  height: 61.55%;
  position: absolute;
  right: 60%;
  left: 0%;
  bottom: 19.7%;
  top: 18.75%;
  overflow: visible;
  aspect-ratio: 80/29.54;
}

.testimonial-card__placeholder {
  color: #323232;
  text-align: left;
  font-family: "AlbertSans-Black", sans-serif;
  font-size: 16px;
  font-weight: 900;
  opacity: 1;
  position: absolute;
  right: 0%;
  left: 0%;
  width: 100%;
  bottom: 0%;
  top: 0%;
  height: 100%;
}

.video-card,
.video-card * {
  box-sizing: border-box;
}

.video-card {
  padding: 0px 100px 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.video-card__container {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 8px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

@media (min-width: 768px) {
  .video-card__container {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
  }
}

.video-card__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 386px;
  position: relative;
}

.video-card__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.video-card__logo {
  flex-shrink: 0;
  width: 200px;
  height: 48px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 200/48;
}

.video-card__logo-image {
  width: 40%;
  height: 61.55%;
  position: absolute;
  right: 60%;
  left: 0%;
  bottom: 19.7%;
  top: 18.75%;
  overflow: visible;
  aspect-ratio: 80/29.54;
}

.video-card__title-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.video-card__title {
  color: #290074;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 112%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.video-card__subtitle {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  margin: 0;
}

.video-card__stats {
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.video-card__stat {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 120px;
  min-width: 240px;
  position: relative;
}

.video-card__stat-value {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
}

.video-card__stat-label {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}

.video-card__video {
  flex-shrink: 0;
  width: 376px;
  height: 376px;
  position: relative;
}

.video-card__video-container {
  background: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 8px;
  width: 376px;
  height: 376px;
  position: relative;
  overflow: hidden;
}

.video-card__video-thumbnail {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.video-card__play-button {
  opacity: 0.8;
  width: 134px;
  height: 134px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: calc(50% - 75px);
  overflow: hidden;
  cursor: pointer;
}

.video-card__play-icon {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.testimonails-group{  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
  justify-content: flex-start;
}





/* Breakpoint 1 - Tablet */
@media (max-width: 768px) {
  .testimony-page{
    gap:80px;
  }
  /* Add tablet-specific styles here */
  .testimonials {
    gap:20px;
  }
  .video-card--reversed .video-card__container {
    flex-direction: column-reverse;
  }
  .testimonials, .video-card{
    padding:0px 20px
  }
 .testimonial-card{
    padding:20px;
 }
  .video-card__video{
    width:100%
  }
 .video-card__video-container {
    width:100%;
  }
  .video-card__video-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

/* Breakpoint 2 - Mobile */
@media (max-width: 576px) {
  /* Add mobile-specific styles here */
   .testimonial-card {
    flex:1 1 100%;
    padding:20px;
    width:100%;
  }
}
}