@media(min-width:1280px){
	.inner{
		width:100%;
		max-width:1440px;
	}
}
li.list-item.list-item-line{
  padding-top:14px !important;
  padding-bottom:14px !important;
}
.members{
	display:flex;
	flex-wrap:wrap;
}
.members p{
	font-size:14px !important;
	margin-bottom:5px;
}
.members p.name{
	font-size:18px !important;
	font-weight:600;
	color:#005826;
}
.members img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}