.service-quotes {
  background: #08070d;
/*   border-top: 1px solid #59516d; */
  color: #eae9ed;
  padding: clamp(72px, 8.33vw, 90px) 0;
}

.service-quotes__inner {
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}

.service-quotes__headline {
  max-width: 760px;
  margin: 0 auto clamp(40px, 4.17vw, 64px);
  color: #fffefd;
  font-family: var(--font-brand);
  font-size: clamp(32px, 3.33vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  text-align: center;
  text-transform: none;
}

.service-quotes__headline span {
  color: #04ddcf;
}

.service-quotes__viewport {
  width: min(100%, 1006px);
  margin: 0 auto;
  overflow: hidden;
}

.service-quotes__track {
  align-items: stretch;
}

.service-quotes__card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 360px;
  margin: 0;
  padding: clamp(28px, 2.22vw, 32px);
  flex-direction: column;
  justify-content: space-between;
  gap: 56px;
  overflow: hidden;
  background: #08070d;
  border: 1px solid #59516d;
}

.service-quotes__nav {
  display: flex;
  width: min(100%, 1006px);
  margin: 32px auto 0;
  align-items: center;
  justify-content: space-between;
}

.service-quotes__text,
.service-quotes__text p {
  margin: 0;
}

.service-quotes__text {
  position: relative;
  z-index: 1;
  color: #eae9ed;
  font-family: var(--font-brand);
  font-weight: 400;
  line-height: 1.3;
}

.service-quotes__text p {
  font-size: clamp(20px, 2.08vw, 30px);
}

.service-quotes__speakers {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 0;
}

.service-quotes__speaker {
  display: flex;
  min-width: 0;
  padding-right: 24px;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
}

.service-quotes__speaker + .service-quotes__speaker {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid #59516d;
}

.service-quotes__speaker strong {
  color: #04ddcf;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.service-quotes__speaker > span {
  color: #eae9ed;
  font-family: var(--font-brand);
  font-size: 14px;
  line-height: 1.5;
}

.service-quotes__mark {
  position: absolute;
  right: 8px;
  bottom: 0;
  color: #fff;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .service-quotes__card {
    min-height: 320px;
  }
}

@media (max-width: 575px) {
  .service-quotes__inner {
    width: min(100% - 32px, 1200px);
  }

  .service-quotes__card {
    min-height: 0;
    gap: 40px;
    padding: 24px;
  }

  .service-quotes__speakers {
    flex-direction: column;
    gap: 20px;
  }

  .service-quotes__speaker,
  .service-quotes__speaker + .service-quotes__speaker {
    padding: 0;
    border-left: 0;
  }
}
