/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.blockquote .open-quote {
  position: relative;
  left: -15px;
}
.blockquote .open-quote path {
  fill: #003370;
}
.blockquote .closed-quote {
  position: relative;
  left: 15px;
}
.blockquote .closed-quote path {
  fill: #003370;
}

.quote-logo img {
  max-width: 97px;
}

.quote-image {
  max-width: 64px;
}

.quote-text {
  text-align: left;
  margin-left: 12px;
}

.fw-extra-bold {
  font-weight: 800;
}

@media (min-width: 768px) {
  .quote-text {
    margin-top: 3px;
  }
}