/* .wp-block-post-content blockquote {
  position: relative;
  border: 0;
  margin: 0 0 38px;
  border-radius: 10px;
  padding: 60px 115px;
  background: #eaedf9;
}

@media (max-width: 767px) {
  .wp-block-post-content blockquote {
    padding: 30px 50px;
    font-size: 1.25rem;
  }
}

.wp-block-post-content blockquote p {
  color: #25252d;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
}

.wp-block-post-content blockquote p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wp-block-post-content blockquote p {
    font-size: 1.25rem;
  }
}

.wp-block-post-content blockquote::before,
.wp-block-post-content blockquote::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .wp-block-post-content blockquote::before,
  .wp-block-post-content blockquote::after {
    width: 32px;
    height: 30px;
  }
}

.wp-block-post-content blockquote::before {
  left: 40px;
  top: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='44' fill='none'%3E%3Cpath fill='%237047EB' d='M1.886 43.012a1.874 1.874 0 0 1-1.874-1.874V22.51c-.09-2.948.335-5.715 1.273-8.307.938-2.59 2.255-4.868 3.953-6.834 1.695-1.964 3.728-3.595 6.096-4.891C13.7 1.185 16.27.358 19.04 0v8.844c-3.396 1.162-5.718 2.88-6.968 5.158-1.252 2.278-1.876 5.071-1.876 8.375h6.97c1.035 0 1.874.84 1.874 1.874v16.887c0 1.035-.84 1.874-1.874 1.874H1.886ZM29.847 43.012a1.875 1.875 0 0 1-1.874-1.874V22.51c-.09-2.948.335-5.715 1.273-8.307.938-2.59 2.255-4.868 3.952-6.834 1.696-1.964 3.73-3.595 6.097-4.891C41.661 1.185 44.23.358 47 0v8.844c-3.396 1.162-5.718 2.88-6.968 5.158-1.252 2.278-1.876 5.071-1.876 8.375h6.97c1.035 0 1.874.84 1.874 1.874v16.887c0 1.035-.84 1.874-1.874 1.874H29.847Z'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .wp-block-post-content blockquote::before {
    left: 10px;
    top: 25px;
  }
}

.wp-block-post-content blockquote::after {
  right: 40px;
  bottom: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47' height='44' fill='none'%3E%3Cpath fill='%237047EB' d='M45.114 0c1.035 0 1.874.839 1.874 1.874V20.5c.09 2.947-.335 5.715-1.273 8.307-.938 2.59-2.255 4.868-3.953 6.834-1.695 1.964-3.729 3.595-6.096 4.89-2.366 1.295-4.935 2.122-7.705 2.48v-8.844c3.396-1.162 5.718-2.88 6.968-5.159 1.252-2.277 1.876-5.07 1.876-8.374h-6.97a1.874 1.874 0 0 1-1.874-1.875V1.874C27.96.84 28.8 0 29.835 0h15.279ZM17.153 0c1.035 0 1.874.839 1.874 1.874V20.5c.09 2.947-.335 5.715-1.273 8.307-.938 2.59-2.255 4.868-3.952 6.834-1.696 1.964-3.73 3.595-6.097 4.89C5.339 41.828 2.77 42.655 0 43.013v-8.844c3.396-1.162 5.718-2.88 6.968-5.159 1.252-2.277 1.876-5.07 1.876-8.374h-6.97A1.874 1.874 0 0 1 0 18.76V1.874C0 .84.84 0 1.874 0h15.279Z'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .wp-block-post-content blockquote::after {
    right: 10px;
    bottom: 25px;
  }
} */