.page-template-voice #content.l-content,
.page-template-voice #content.l-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page-template-voice .section-banner { padding-top: 0;}
.voice-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.voice-item {
  min-width: 0;
  background-color: var(--white);
  box-shadow: 0 0 8px #0000001A;
  padding: 32px 32px 40px;
}
.voice-item-img { max-width: 135px; margin: 0 auto 16px;}
.voice-item-img img { aspect-ratio: 1 / 1; object-fit: cover;}
.voice-item-head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

@media (max-width: 959px) {
  .voice-box { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto;}
  .voice-item { padding: 24px 8%;}
}

@media (max-width: 473px) {
	.c-filterLayer::after, .c-filterLayer::before, .c-filterLayer__img{
		object-position: 20% 50%;
	}
}