.field .item { display: flex; gap: 37px; padding: 32px 0; border-bottom: 1px solid #ddd; }
.field .item:last-child { padding-bottom: 0 !important; border-bottom: 0 !important; }
.field .item .img { box-sizing: border-box; width: 456px; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; }
.field .item .img img { width: 100%; height: 100%; object-fit: cover; }
.field .item .txt { flex: 1; }
.field .item .txt .name { margin-bottom: 16px; font-size: 26px; font-weight: 700; line-height: 140%; letter-spacing: -.02em; color: #001a54; }
.field .item .txt .prev { margin-bottom: 17px; font-size: 16px; font-weight: 500; line-height: 22px; letter-spacing: -.02em; color: #111; }
.field .item .txt ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 20px; background: #f6f6f6; border-radius: 10px; }
.field .item .txt ul li { font-size: 14px; font-weight: 500; text-wrap: nowrap; line-height: 140%; letter-spacing: -.02em; color: #111; }
.field .item .txt ul li:before { content: ''; display: inline-block; width: 3px; height: 3px; margin: 0 9px; background-color: #111; border-radius: 50%; }
@media screen and (min-width:1025px) {
	.field { padding-top: 29px; }
	.field .item .txt .prev { display: -webkit-box; height: 44px; text-overflow: ellipsis; -webkit-line-clamp: 22; -webkit-box-orient: vertical; overflow: hidden; }
}
@media screen and (max-width:1024px) {
	.field .item { flex-wrap: wrap; gap: 16px; padding: 16px 0; }
	.field .item .img { width: 100%; }
	.field .item .txt .name { font-size: 20px; }
	.field .item .txt .prev { margin-bottom: 16px; }
}