@charset "utf-8";

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

#message .text {
    width: 50%;
}

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

@media only screen and (max-width: 768px) {
    #message img {
    width: 100%;
}

#message .text {
    width: 100%;
}
}
