@charset "utf-8";

#message img {
  margin-bottom: 20px;
}

#message p:first-of-type {
  font-size: 18px;
  font-weight: bold;
}

#message h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 8px 20px;
  background-color: #c3e4ff;
  font-weight: bold;
  color: #041b8e;
}

@media only screen and (max-width: 768px) {
  #message p:first-of-type {
    font-size: 16px;
    font-weight: bold;
  }
}
