.main_content > *:not(h3) {
  text-align: center;
}
.contact_mail-icon {
  width:13%;
  margin: 0 2%;
  vertical-align: middle;
}
.precaution_text {
  text-align:left !important;
}
.precaution_text > p {
  margin: 0 0 3%;
}
.precaution_subtitle {
  font-weight:bolder;
  padding: 5% 3% 3%!important;
}
.precaution_icon {
  display:inline-block;
  width:7%;
  vertical-align:middle;
}


@media screen and (max-width: 800px) {
  .main_content > h3 {
    width: 90%;
  }
  .precaution_subtitle {
    font-size:13px;
  }
}

@media screen and (max-width: 450px) {
  .precaution_subtitle {
    font-size:10px;
  }
  .precaution_icon {
    width:5%;
  }
}