.resource-quote {
  margin-block: clamp(1.875rem, 1.4316rem + 1.6694vw, 2.5rem);
  padding: clamp(3.125rem, 2.6816rem + 1.6694vw, 3.75rem);
  text-align: center;
}
.resource-quote--container {
  max-width: 670px;
  margin-inline: auto;
}
.resource-quote--quote {
  margin-bottom: 30px;
  width: 26px;
}
.resource-quote--text {
  font-size: clamp(1.5rem, 0.7018rem + 3.005vw, 2.625rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: clamp(-0.0525rem, -0.014rem - 0.0601vw, -0.03rem);
  padding-bottom: 30px;
  margin-bottom: 0;
  padding-left: 0 !important;
  border-left: 0 !important;
  font-style: normal !important;
  position: relative;
}
.resource-quote--text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 43px;
  height: 3px;
  background-color: var(--Medium-Indigo);
}
.resource-quote--picture {
  margin-top: 30px;
  border-radius: 100%;
  overflow: hidden;
  max-width: 60px;
  aspect-ratio: 1;
  object-fit: cover;
}
.resource-quote--name {
  font-size: clamp(0.875rem, 0.7863rem + 0.3339vw, 1rem);
  font-weight: 600;
  margin-top: 30px;
}
.resource-quote--title {
  font-size: clamp(0.75rem, 0.6613rem + 0.3339vw, 0.875rem);
}
