/* Start custom CSS for text-editor, class: .elementor-element-6ab8c3aa */.custom-pullquote {
  position: relative;
  background: #f6f6f6;
  padding: 35px 50px;
  margin: 40px auto;
  max-width: 750px;
  text-align: center;
  font-size: 22px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #222;

  /* REMOVE THEME STYLES */
  border: none !important;
  border-left: none !important;
  box-shadow: none !important;
}

.custom-pullquote:before {
  content: "“";
  font-size: 60px;
  color: #444;
  position: absolute;
  left: 20px;
  top: 10px;
}

.custom-pullquote:after {
  content: "”";
  font-size: 60px;
  color: #444;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.pull-left {
  float: left;
  margin-right: 30px;
  max-width: 45%;
}

.pull-right {
  float: right;
  margin-left: 30px;
  max-width: 45%;
}

/* Mobile fix */
@media (max-width: 768px) {
  .pull-left,
  .pull-right {
    float: none;
    max-width: 100%;
    margin: 20px auto;
  }
}/* End custom CSS */