#section11 .feedback-section {
  background-color: #025951;
  padding: 30px 20px;
}

#section11 .feedback-section h2 {
  color: #ffffff;
  font-size: 24pt;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Agrandir", sans-serif;
}

#section11 .feedback-section p {
  color: #ffffff;
  font-size: 11pt;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

#section11 .feedback-section .line-container-feedback {
  position: relative;
  width: 80%;
  max-width: 600px;
  height: 2px;
  background-color: #ffc73c;
  margin: 20px auto;
}

#section11 .feedback-section .line-container-feedback .line-feedback {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffc73c;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#section11
  .feedback-section
  .line-container-feedback
  .line-feedback
  .dot-feedback {
  width: 15px;
  height: 15px;
  background-color: #ffc73c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 360px) {
  #section11 .feedback-section {
    margin-top: -90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 360px) {
  #section11 .feedback-section {
    padding-bottom: 100px;
    margin-bottom: -15px;
  }
}
