.form-bg {
  background: #F5F5F5;
  padding: 100px;
}

.feedback-form-section h1 {
  margin: 30px 0;
  color: #2E3094;
  font-size: 35px;
}

.feedback-form {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}

.form-control {
  border: none;
}

input#exampleFormControlInput1 {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
}

textarea#exampleFormControlTextarea1 {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
}

.form-label {
  color: #2E3094;
}

.form-control:focus {
  border: none;
  box-shadow: none;
}

.Feedback-send-btn {
  margin-top: 50px;
}

.feedback-section {
  display: flex;
  flex-direction: column;
}

.client-feedback {
  display: flex;
  align-items: center;
  border-bottom: dashed #C9C4C4;
  height: 120px;
  margin-top: 5px;
  padding-left: 20px;
}

.feedback-client-letter {
  background: #BEBFEF;
  border-radius: 100%;
  border: 7px solid rgba(46, 48, 148, 0.3411764706);
  height: 90px;
  width: 90px;
}
.feedback-client-letter p {
  font-weight: bolder;
  font-size: 36px;
  margin: 0;
  color: #2E3094;
  margin-top: 8px;
  text-align: center;
}

.feedback-contents {
  flex: 1;
  padding-left: 20px;
}

.feedback-contents p {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feedback-contents .name {
  font-weight: bold;
  color: #2E3094;
}

.feedback-contents .review {
  color: #808080;
}

.feedback-contents .date {
  font-size: 14px;
  color: #2E3094;
}

.feedback-form-section {
  margin-bottom: 50px;
}

@media (max-width: 1600px) {
  .feedback-form-section h1 {
    font-size: 28px;
    height: 60px;
  }
  .form-bg {
    padding: 50px;
    border-radius: 10px;
  }
}
@media (max-width: 1280px) {
  .form-bg {
    padding: 20px;
    border-radius: 10px;
  }
  input#exampleFormControlInput1 {
    font-size: 13px;
  }
  textarea#exampleFormControlTextarea1 {
    font-size: 13px;
    height: 100px;
  }
  .form-label {
    font-size: 14px;
  }
  .feedback-form-section h1 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .feedback-form-section h1 {
    font-size: 28px;
  }
}
@media (max-width: 999px) {
  .feedback-form-section h1 {
    font-size: 25px;
    height: 55px;
  }
  .form-bg {
    padding: 100px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .feedback-client-letter {
    height: 70px;
    width: 70px;
  }
  .feedback-client-letter p {
    font-size: 24px;
  }
  .feedback-form-section h1 {
    font-size: 22px;
    height: 50px;
  }
  .form-bg {
    padding: 50px;
  }
  .Feedback-send-btn {
    margin-top: 20px;
  }
  input#exampleFormControlInput1 {
    font-size: 12px;
  }
  textarea#exampleFormControlTextarea1 {
    font-size: 12px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .form-bg {
    padding: 10px;
    border-radius: 10px;
  }
  .feedback-form-section h1 {
    font-size: 20px;
    height: 40px;
  }
}
@media (max-width: 370px) {
  .feedback-form {
    padding: 20px;
  }
}
