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

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

.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: 575px) {
  .content_wrapper {
    padding: 15px 15px !important;
  }
}
