.quote-container {
  max-width: 864px;
  text-align: center;
  margin: auto; /* Centers the container */
}

.quote-container blockquote {
  color: #0071bb;
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 56px 40px 0px 40px;
  margin:0px;
}

.quote-container blockquote::before,
.quote-container blockquote::after {
  content: '';
  position: absolute;
  width: 41px; /* Updated width of your image */
  height: 42px; /* Updated height of your image */
  background-size: cover; /* This will ensure the whole image fits within the dimensions without being cut off */
}


.quote-container p 
{      color: #0071bb !important;
    text-align: left;
    font-weight: 800;
      font-size:18px;
      margin-top: 20px;
}
}
