.consumer_main {
  color: #ff681e;
}
.consumer_main::before,
.consumer_main_p {
  background-color: #ff681e;
}

.consumer_title {
  color: #ff681e;
  font-weight: bold;
}

.consumer_space {
  margin: 50px 0 40px;
}
.consumer_title-sub {
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 600;
  color: #ff681e;
}

.csr_consumer p {
  color: #666666;
  line-height: 1.6;
  font-size: 16px;
}
.tea-container {
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  flex-wrap: wrap;
}

.image-wrapper {
  flex: 1;
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.caption {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 4px;
}

.quote-container {
  flex: 1;
  box-sizing: border-box;
  min-width: 300px;
  background: #f8f9fa;
  border-left: 2px solid #ff681e;
  position: relative;
  align-content: center;
  align-items: center;
}

.quote {
  font-size: 16px;
  color: #333;
  margin: 30px 60px;
  text-align: justify;
  position: relative;
  padding: 30px;
}

.quote::before {
  content: "“";
  font-size: 48px;
  color: #ff681e;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
}

.quote::after {
  content: "”";
  font-size: 48px;
  color: #ff681e;
  position: absolute;
  right: 0;
  bottom: -20px;
  line-height: 1;
}

.author {
  font-style: italic;
  color: #333;
  text-align: right;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 974px) {
  .tea-container {
    flex-direction: column !important;
  }
  .image-wrapper {
    width: 100%;
  }

  .quote-container {
    border-left: none;
    border-top: 2px solid #ff681e;
  }
  .win_flex-column {
    flex-direction: column;
  }
}
