/* ==========================================================================
   Message (Index)
   ========================================================================== */
/* President sign
   ========================================================================== */
.president-sign {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .president-sign > img {
    width: 170px;
    max-height: 100%;
  }
}
