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

  max-width: 750px;
  margin: 0 auto;
}

.oc__block.oc__block__program__quote
.oc__block__program__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__program__quote
  .oc__block__program__quote__text {
    font-size: 52px;
    font-weight: 500;
    line-height: 106%;
  }
}

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

.oc__block.oc__block__program__quote
.oc__block__program__quote__details__quotemark svg {
  width: 24px;
  height: 24px;
}

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

.oc__block.oc__block__program__quote
.oc__block__program__quote__details__avatar {
  position: relative;
  top: 0;

  height: 62px;
  width: 62px;

  border-radius: 100%;

  transition: top 0.25s;
}

.oc__block.oc__block__program__quote
.oc__block__program__quote__details__avatar:hover {
  top: -3px;
}

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

.oc__block.oc__block__program__quote
.oc__block__program__quote__details__avatar
img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 100%;
}

.oc__block.oc__block__program__quote
.oc__block__program__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__program__quote
.oc__block__program__quote__details__attribution__name:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.oc__block.oc__block__program__quote
.oc__block__program__quote__details__attribution__title {
  color: var(--oc--color--navy-text);
  font-family: var(--oc--font-family--base);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
