.upsell2-vsl-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 1.25rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: url("../../../assets/main/img/backgrounds/vine-bg.webp");
}

.upsell2-vsl-warn {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
}

.upsell2-vsl-warn img {
  max-width: 60px;
}

@media (min-width: 768px) {
  .upsell2-vsl-warn img {
    max-width: 109px;
  }
}

.upsell2-vsl-warn span {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .upsell2-vsl-warn span {
    font-size: 3rem;
  }
}

.upsell2-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 4rem;
}

.upsell2-text h3 {
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .upsell2-text h3 {
    font-size: 3rem;
  }
}

.upsell2-text span {
  font-weight: normal;
  color: white;
  font-size: 1rem;
  max-width: 80%;
}

@media (min-width: 768px) {
  .upsell2-text span {
    font-size: 1.25rem;
    max-width: 100%;
  }
}

.upsell2-vsl {
  max-width: 608px;
  width: 100%;
  max-height: 383px;
  height: 100%;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9rem;
}

.upsell2-vsl span {
  font-weight: bold;
  color: #9e9e9e;
  font-size: 4.5rem;
}

@media (min-width: 768px) {
  .upsell2-vsl span {
    font-size: 6rem;
  }
}

.testimonials-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.25rem;
  padding-bottom: 6rem;
}

.testimonials-container {
  max-width: 972px;
  width: 100%;
  max-height: 291px;
  height: 100%;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonials-title {
  font-weight: bold;
  color: #9e9e9e;
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .testimonials-title {
    font-size: 4.375rem;
  }
}
