.presidents-message .signature {
  top: -4.8rem;
  left: -1rem !important;
}

.presidents-message .quote-opening1 {
  top: -20px;
  left: -15px;
}
.presidents-message .quote-closing1 {
  bottom: -10px;
  right: 30px;
}

.presidents-message .quote-opening2 {
  top: -20px;
  left: -50px;
}
.presidents-message .quote-closing2 {
  bottom: -10px;
  right: 20px;
}

@media only screen and (max-width: 991px) {
  .presidents-message .width-36 {
    width: 100% !important;
  }

  .presidents-message .quote-opening1 {
    top: -20px;
    left: -50px;
  }
  .presidents-message .quote-closing1 {
    bottom: -10px;
    right: -50px;
  }

  .presidents-message .quote-opening2 {
    top: -20px;
    left: -50px;
  }
  .presidents-message .quote-closing2 {
    bottom: -10px;
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .presidents-message .quote-opening {
    top: -5%;
    left: -8%;
  }
  .presidents-message .quote-closing {
    right: -8%;
    bottom: -5%;
  }
}

@media only screen and (max-width: 992px) {
  .presidents-message .signature {
    top: -4rem;
    left: -0.5rem !important;
  }

  .presidents-message .width-65 {
    max-width: 55% !important;
  }
}
