.quote {
  margin-bottom: 0;
}

.quote__text p {
  font-size: 1.875rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.quote__text :last-child {
  margin-bottom: 0 !important;
}

.quote hr {
  display: block;
  width: 2.5rem;
  margin: 1.5rem auto;
  border-top-width: 2px;
}

.quote__author {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
  color: #00ba74 !important;
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .quote__text p {
    font-size: 1.5rem !important;
  }

  .quote__author {
    font-size: 1.125rem !important;
  }

  .quote hr {
    margin: 1rem auto;
  }
}
