.color_blue {
  color: #0fa8bc;
}

.section_form_text2,
.section_form_text3 {
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .color_blue::before {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (min-width: 750px) {
  .section_form_text2,
  .section_form_text3 {
    font-size: 2rem;
  }
}
