.breadcrumb {
  padding: 80px 5% 20px;
  margin-top: 24px;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.breadcrumb__item {
  color: #33333399;
}

.breadcrumb__item a {
  color: #81d8d0;
  text-decoration: none;
}

.breadcrumb__item:not(:last-child)::after {
  content: '>';
  margin-left: 8px;
  color: #33333399;
}

.voice.section {
	border-bottom: 1px solid #81d8d066;
}

.voice.section .section__title-wrapper {
  padding-top: 48px;
  margin-bottom: 64px;
}

.voice.section .section__title {
  --overlay-shift: 128%;
  line-height: 1.5;
}

.voice.section .section__title::before {
  content: 'Voice';
}

.voice.section .voice__item {
	margin-bottom: 72px;
}

.voice.section .voice__item:last-child {
	margin-bottom: 8px;
}
