/* Colors */
/* #622558; */
/* Sections bg colors */
/* old purple -> #e5e4ee; */
/* Hero bg colors */
/* Tag Hover colors */
/* Sections bg colors */
/* #622558; */
/* theme-color-variables */
/* gray-color-variables */
/* fonts */
/*  Grid breakpoints */
/*  Grid containers */
/* Spacing */
.paragraph--type--p-05 .quote__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .paragraph--type--p-05 .quote__wrapper {
    flex-direction: row;
    align-items: center;
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--p-05 .quote__wrapper {
    width: 50%;
  }
}
.paragraph--type--p-05 .quote__img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  align-self: center;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .paragraph--type--p-05 .quote__img {
    width: 230px;
    height: 230px;
  }
}
.paragraph--type--p-05 .quote__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.paragraph--type--p-05 .quote__img + figure {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .paragraph--type--p-05 .quote__img + figure {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}
.paragraph--type--p-05 .quote__img + figure blockquote {
  font-size: 1rem;
}
.paragraph--type--p-05 figure {
  margin-bottom: 0;
}
.paragraph--type--p-05 figure figcaption {
  font-size: 0.875rem;
}
.paragraph--type--p-05 figure figcaption strong {
  display: block;
  font-size: 1rem;
}
.paragraph--type--p-05 blockquote {
  font-style: italic;
  font-size: 1.25rem;
}
.paragraph--type--p-05 p:last-of-type {
  margin-bottom: 0;
}
