@charset "utf-8";

.message p {
    padding-bottom: 30px;
}
.message p.name {
    text-align: right;
    padding-bottom: 0;
}

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

}
