.width-36 {
  width: 36% !important;
}

.chairmans-message .signature {
  top: -4.8rem;
  left: -3rem;
}

.chairmans-message .quote-opening {
  top: -25px;
  left: -50px;
}
.chairmans-message .quote-closing {
  bottom: -15px;
  right: -50px;
}

@media only screen and (max-width: 992px) {
  .width-36 {
    width: 100% !important;
  }

  .chairmans-message .signature {
    top: -4.5rem;
    left: -3rem;
  }

  .chairmans-message .quote-opening {
    top: -40px;
    left: -30px;
  }
  .chairmans-message .quote-closing {
    bottom: -20px;
    right: -30px;
  }
}

@media only screen and (max-width: 600px) {
  .chairmans-message .signature {
    top: -5.5rem;
    left: -3.5rem;
  }
}
