/* Custom Quote Box */
.custom-quote-box {
  border-left: 5px solid #063565;
  background: #97b0c9;
  padding: 25px 35px;
  margin: 40px auto;
  font-style: normal;
  font-size: 1.55rem;
  line-height: 1.6;
  color: #ffffff;
  border-radius: 8px;
  max-width: 983px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}

.custom-quote-box p {
  font-size: 1.5rem; /* ⬅️ Increased size of the quote text */
  margin: 0;
}

.custom-quote-box footer {
  margin-top: 15px;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
}

.quote-share-icons {
  margin-top: 20px;
}

.quote-share-icons a {
  display: inline-block;
  margin-right: 12px;
  color: #ffffff;
  font-size: 20px;
  transition: color 0.3s ease;
}