@charset "utf-8";

.message p {
    padding-bottom: 30px;
}

.message p:first-of-type {
    font-size: 19px;
    font-weight: bold;
}


@media only screen and (max-width: 768px) {
    .message p {
    padding-bottom: 15px;
    }

    .message p:first-of-type {
        font-size: 16px;
        font-weight: bold;
    }

}
