.titan-quote {
  text-align: center;
  padding: 70px 60px;
}

.titan-quote-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* Icon circle */
.titan-quote-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #F7CC97;
  color: #0E2E4F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 24px;
}

.titan-quote-icon i,
.titan-quote-icon svg {
  color: inherit;
  fill: currentColor;
  font-size: inherit;
  width: 1em;
  height: 1em;
}

/* Quote text */
.titan-quote-text {
  font-family: futura-pt, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  border: none;
  padding: 0;
}

/* Reset any default blockquote styles */
blockquote.titan-quote-text {
  quotes: none;
}

blockquote.titan-quote-text::before,
blockquote.titan-quote-text::after {
  content: none;
}

/* Responsive */
@media (max-width: 767px) {
  .titan-quote {
    padding: 50px 20px;
  }

  .titan-quote-text {
    font-size: 22px;
  }

  .titan-quote-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
