   /**blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
 line-height: 1.6;
    color: #8a8a8a; }**/

blockquote,
.blockquote {
  border: none;
  margin: 0;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  position: relative;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    blockquote,
    .blockquote {
      margin-bottom: 60px;
      margin-top: 60px; } }
  blockquote p,
  .blockquote p {
    /**line-height: 44px;**/
    margin: 0 !important;
    margin-bottom: 8px !important; }
  blockquote a,
  .blockquote a {
    font-style: normal;
    text-decoration: underline; }
    blockquote a:hover,
    .blockquote a:hover {
      color: #007BC8; }
  blockquote__attribution,
  blockquote strong,
  .blockquote__attribution,
  blockquote cite > span,
  blockquote__cite > span,
  .blockquote cite > span,
  .blockquote__cite > span,
  .blockquote strong {
    font-family: 'Apex New', sans-serif;
    font-style: normal;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 21px; }
  blockquote cite, blockquote__cite,
  .blockquote cite,
  .blockquote__cite {
    font-family: 'Cambria', Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 21px;
    text-align: center; }
  blockquote cite::before,
  blockquote .cite-block::before,
  .blockquote cite::before,
  .blockquote .cite-block::before {
    display: none; }
  blockquote::before,
  .blockquote::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='87' height='79' fill='none'%3E%3Cpath fill='%23F3C24F' fill-rule='evenodd' d='M8.8 0C5.2 8.4 0 25.6 0 46v32.8h39.6V34h-16c.8-12.4 4.8-26.8 7.2-34h-22ZM56 0c-3.6 8.4-8.8 25.6-8.8 46v32.8h39.6V34h-16c.8-12.4 4.8-26.8 7.2-34H56Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    display: none;
    height: 79px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 87px; }
  
  blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}