.wp-block .testimonials-block,
.testimonials-block {
  padding: 20px;
}

.testimonial-item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 640px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 54px;
  padding-bottom: 78px;
}

@media (min-width: 768px) {

  .testimonial-item {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .testimonial-item {
    max-width: 1024px;
    flex-direction: row;
    gap: 80px;
    overflow: hidden;
    padding-right: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1280px) {

  .testimonial-item {
    max-width: 1290px;
  }
}

.testimonial-item::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .testimonial-item::before {
    top: -110px;
  }
}

.testimonial-item::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .testimonial-item::after {
    left: -110px;
  }
}

.next-testimonial-btn {
  position: absolute;
  bottom: -80px;
  z-index: 10;
  height: 110px;
  width: 110px;
}

@media (min-width: 1024px) {

  .next-testimonial-btn {
    bottom: 0px;
    right: 0px;
  }
}

.next-testimonial-btn::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  height: 70px;
  width: 70px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 1024px) {

  .next-testimonial-btn::before {
    display: block;
  }
}

.next-testimonial-wrapper {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  height: 120px;
  width: 120px;
  border-radius: 9999px;
  border-width: 20px;
}

@media (min-width: 1024px) {

  .next-testimonial-wrapper {
    bottom: -30px;
    right: -30px;
    height: 140px;
    width: 140px;
    border-width: 30px;
  }
}

.next-testimonial {
  position: relative;
  bottom: 0px;
  right: 0px;
  display: flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
