#info_form {
  border-radius: 0.35rem;
  background-color: #F98776;
  width: 48%;
}
#info_form p {
  text-align: justify;
  font-size: x-large;
}
#info_form img {
  width: 80%;
}
#change_captcha_btn:hover img {
  filter: brightness(0)invert(1);
}
#contact_form {
  border-radius: 0.35rem;
  height: auto;
  width: 48%;
}
@media only screen and (max-width: 992px){
  #info_form, #contact_form, #info_form img {
    width: 100%;
  }
  #info_form {
    margin-bottom: 5%;
  }
  #info_form p {
    width: 90% !important;
    font-size: larger;
  }
  body .card {
    flex-wrap: nowrap !important;
  }
  #captcha_code {
    margin-bottom: 5%;
  }
}
