.pt-testimonials-carousel .owl-stage-outer {
  overflow: visible;
}

.pt-testimonials-carousel .owl-item {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.pt-testimonials-carousel .owl-item.active {
  opacity: 1;
  transform: scale(1);
}

.pt-testimonial-card {
  border-left: 2px solid var(--color-accent);
  padding-left: 32px;
}

.pt-testimonial-card__header {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.pt-testimonial-card__header img {
  max-width: 100px;
  border-radius: var(--js-radius-sm);
}

.pt-testimonial-card__name {
  margin-bottom: 0;
}

.pt-testimonial-card__role {
  color: var(--color-main-op6);
  margin-bottom: 0;
}

.pt-cards__wrapper {
  justify-content: space-between;
  background-color: transparent;
}

.pt-cards__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.pt-hero__actions {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.pt-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: transparent !important;
}

.js-container__content {
  z-index: 2;
  position: relative;
}

.pt-image {
  border-radius: 16px;
}

.js-hero__glow {
  position: fixed;
}

.pt-hero__glow--green {
  width: 600px;
  height: 600px;
  background: #3f6a4c;
  top: -30%;
  right: 30%;
  opacity: 0.12;
  animation-delay: 0s;
}

.pt-hero__glow--purple {
  width: 600px;
  height: 600px;
  background: #2d274d;
  bottom: -15%;
  left: -15%;
  opacity: 0.12;
  animation-delay: 0s;
}

.pt-hero__glow--orange {
  width: 600px;
  height: 600px;
  background: #53281e;
  bottom: -10%;
  right: -10%;
  opacity: 0.12;
  animation-delay: 0s;
}

footer {
  position: relative;
}

@media (max-width:991px) {
  .pt-hero__actions {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .js-hero__block {
    margin-top: 3rem;
  }

  .js-hero .js-container__content {
    margin-top: 4rem;
  }
}
