.oc__block.oc__block__quote {
  display: flex;
  flex-direction: column;
  align-items: center;

  max-width: 750px;
  margin: var(--oc--spacing--20) var(--oc--spacing--10);
}

@media (min-width: 782px) {
  .oc__block.oc__block__quote {
    margin: var(--oc--spacing--20) auto;
  }
}

.oc__block.oc__block__quote
.oc__block__quote__text {
  text-align: center;
  margin-bottom: var(--oc--spacing--15);

  color: var(--oc--color--navy-text);
  font-family: var(--oc--font-family--base);
  font-size: 38px;
  font-weight: 600;
  line-height: 132%;
}

@media (min-width: 960px) {
  .oc__block.oc__block__quote
  .oc__block__quote__text {
    font-size: 52px;
    font-weight: 500;
    line-height: 106%;
  }
}

.oc__block.oc__block__quote.oc__block__quote--size-small
.oc__block__quote__text {
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
}

@media (min-width: 960px) {
  .oc__block.oc__block__quote.oc__block__quote--size-small
  .oc__block__quote__text {
    font-size: 26px;
    line-height: 140%;
    font-weight: 500;
  }
}

.oc__block.oc__block__quote
.oc__block__quote__details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--oc--spacing--10);
}

.oc__block.oc__block__quote
.oc__block__quote__details__quotemark svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 960px) {
  .oc__block.oc__block__quote
  .oc__block__quote__details__quotemark
  svg {
    width: 26px;
    height: 26px;
  }
}

.oc__block.oc__block__quote
.oc__block__quote__details__avatar {
  height: 62px;
  width: 62px;
  min-height: 62px;
  min-width: 62px;

  border-radius: 100%;
}

.oc__block.oc__block__quote
.oc__block__quote__details__avatar
a {
  position: relative;

  top: 0;
  transition: top 0.25s;
}

.oc__block.oc__block__quote
.oc__block__quote__details__avatar
a:hover {
  top: -3px;
}

@media (min-width: 960px) {
  .oc__block.oc__block__quote
  .oc__block__quote__details__avatar {
    height: 80px;
    width: 80px;
  }
}

.oc__block.oc__block__quote
.oc__block__quote__details__avatar
img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 100%;
}

.oc__block.oc__block__quote
.oc__block__quote__details__attribution__name {
  display: block;

  margin-bottom: var(--oc--spacing--05);

  color: var(--oc--color--navy-text);
  font-family: var(--oc--font-family--base);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  line-height: 100%;
}

.oc__block.oc__block__quote
a.oc__block__quote__details__attribution__name:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.oc__block.oc__block__quote
.oc__block__quote__details__attribution__title {
  max-width: 240px;

  color: var(--oc--color--navy-text);
  font-family: var(--oc--font-family--base);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
