.content_wrapper {
  padding: 25px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  margin-bottom: 50px;
}

.content_wrapper:last-child {
  margin-bottom: 35px;
}

.content_title {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.166666666666667;
  letter-spacing: 0.01em;
  color: #005ef6;
  opacity: 0.8;
}

.content_wrapper .form_container {
  width: 100%;
}

.content_wrapper .form_container form {
  width: inherit;
}
@media only screen and (max-width: 900px) {
  /* .content_wrapper {
    padding: 20px !important;
  } */
  .content_wrapper .form_container {
    width: 80%;
  }
}

@media only screen and (max-width: 575px) {
  .content_wrapper {
    padding: 20px !important;
  }
  .content_title {
    font-size: 14px;
  }
}
