.scrollTestimonials + .newpar {
  display: none !important;
}

.scroll-testimonials {
  height: 100vh;
  background: black;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scroll-testimonials::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 43%);
  z-index: 1;
}

.subtext {
  font-size: 14px;
  margin-right: 20px;
}

.text-list-wrapper {
  height: calc(100vh - 140px);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px;
}
.text-list {
  display: flex;
  flex-direction: column;
  will-change: transform;
  max-width: 80%;
  width: 100%;
}

.text-list p {
  font-size: 24px;
  line-height: 28px;
  color: #a6a6a6;
  transition: all 0.3s ease;
  opacity: 0.6;
  text-align: left;
  max-width: 712px;
  margin: 20px 0;
  font-family: GuardianSansXCond Regular;
}

.text-list p.highlight {
  color: white;
  transform: scale(1.2);
  opacity: 1 !important;
  margin-left: 0;
  position: relative;
  font-family: GuardianSansXCond Semibold;
  font-weight: 500;
}

@media (min-width: 1025px) {
  .text-list p.highlight {
    transform: scale(1.2) translateX(58px);
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .text-list p.highlight {
    transform: scale(1.2) translateX(60px);
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .text-list p {
    font-size: 24px;
    line-height: 28px;
    max-width: 90%;
  }
  .text-list p.highlight {
    transform: scale(1.2) translateX(44px);
    margin-left: 0;
  }

  .scroll-testimonials {
    background-size: 90%;
  }
}

@media (max-width: 767px) {
  .text-list p {
    font-size: 20px;
    line-height: 24px;
    max-width: 90%;
  }
  .text-list p.highlight {
    transform: scale(1.1) translateX(14px);
    margin-left: 0;
  }

  .text-list-wrapper {
    height: calc(100vh - 315px);
    margin-bottom: 0;
  }

  .scroll-testimonials {
    /* height: 626px; */
    background-size: contain;
    background-position: top left;
  }

  .scroll-testimonials::before {
    height: 420px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 23%);
  }
}

.scroll-testimonials .one-day-container {
  width: 100%;
  padding: 0 24px 64px;
  padding-bottom: 32px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .scroll-testimonials .one-day-container {
    max-width: 720px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  .scroll-testimonials .one-day-container {
    max-width: 960px;
    padding: 0px;
  }
}

@media (min-width: 1200px) {
  .scroll-testimonials .one-day-container {
    max-width: 80%;
  }
}

.scroll-testimonials .one-day-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media (min-width: 992px) {
  .scroll-testimonials .one-day-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.scroll-testimonials .one-day-wrapper .one-day-card {
  position: relative;
  height: 118px;
}

@media (min-width: 576px) {
  .scroll-testimonials .one-day-wrapper .one-day-card {
    height: 136px;
  }
}

.scroll-testimonials .one-day-wrapper .one-day-card .img-box {
  width: 100%;
  height: 118px;
}

@media (min-width: 576px) {
  .scroll-testimonials .one-day-wrapper .one-day-card .img-box {
    height: 136px;
  }
}

.scroll-testimonials .one-day-wrapper .one-day-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-testimonials .one-day-wrapper .one-day-card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 12px;
  background: linear-gradient(
    63.64deg,
    #000000 -12.31%,
    rgba(1, 1, 1, 0.85) 13.52%,
    rgba(25, 24, 24, 0) 102.79%
  );
}

@media (min-width: 768px) {
  .scroll-testimonials .one-day-wrapper .one-day-card .card-content {
    padding: 16px;
  }
}

.scroll-testimonials
  .one-day-wrapper
  .one-day-card
  .card-content
  .one-day-title {
  color: #ffffff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}

.scroll-testimonials
  .one-day-wrapper
  .one-day-card
  .card-content
  .one-day-text {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .scroll-testimonials
    .one-day-wrapper
    .one-day-card
    .card-content
    .one-day-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.image-bg {
  position: absolute;
  right: 0;
  z-index: -1;
  max-width: 1012px;
}
