
/* How It Works Section */
.collecting-feedback-how-it-works {
  text-align: center;
  margin: 51px 118px 0 116px;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works {
    margin: 45px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .collecting-feedback-how-it-works {
    margin: 87px 59px 0 58px;
  }
}

.collecting-feedback-how-it-works h2 {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works h2 {
    font-size: 35px;
  }
}

.collecting-feedback-how-it-works p {
  font-size: 32px;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works p {
    font-size: 19px;
    padding: 0 5px;
  }
}

.collecting-feedback-how-it-works > p:first-of-type {
  margin-bottom: 44px;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works > p:first-of-type {
    margin-bottom: 20px;
  }
}

.collecting-feedback-how-it-works .steps-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works .steps-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
  }

  .collecting-feedback-how-it-works .steps-container::-webkit-scrollbar {
    display: none;
  }
}

.collecting-feedback-how-it-works .steps-container .step {
  position: relative;
  text-align: center;
  max-width: 380px;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works .steps-container .step {
    max-width: 293px;
    flex: 0 0 auto;
  }
}

.collecting-feedback-how-it-works .steps-container .step:first-child {
  margin-left: 11px;
}

.collecting-feedback-how-it-works .steps-container .step picture img {
  max-height: 661px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works .steps-container .step picture img {
    max-height: 473px;
    max-width: 293px;
    margin-bottom: 25px;
  }
}

.collecting-feedback-how-it-works .steps-container .step h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works .steps-container .step h3 {
    font-size: 24px;
    padding: 0;
  }
}

.collecting-feedback-how-it-works .steps-container .step h3 .step-number {
  font-weight: bold;
  font-style: italic;
  font-size: 48px;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works .steps-container .step h3 .step-number {
    font-size: 35px;
  }
}

.collecting-feedback-how-it-works .steps-container .step p {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .collecting-feedback-how-it-works .steps-container .step p {
    font-size: 19px;
    padding: 0 31px;
  }
}
