.link-list {
	text-align: center;
	padding: 23px 0;
	border-bottom: 1px solid #C5BFAD;
}
.link-list.black-line {
	border-bottom:1px solid black;
}
.link-list .flex {
	max-width: 1041px;
	margin: 0 auto;
	justify-content: space-between;
	min-height: 180px;
}
.link-list .flex .thumb {
	width: 168px!important;
	height: 168px;
	margin: 0;
	display: block;
	object-fit: cover;
	border: 1px solid #C5BFAD;
}
.link-list .flex .right-side {
	width: 78.8%;
	text-align: left;
}
.link-list .flex .right-side .title {
	font-family: 'Swear Display';
	font-size: 40px;
	text-transform: uppercase;
	margin: 44px 0 18px 0;
}
.link-list .flex .right-side .title em {
	text-transform: initial;
}
.link-list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	list-style-type: none;
	width: 110%;
}
.link-list ul li {
	margin: 16px 18px 5px 0;
	text-transform: uppercase;
}
.link-list ul li .button {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	background: #C5BFAD;
	border: none;
	padding: 7px 10px;
	min-width: 192px;
	text-align: center;
	height: 39px;
	letter-spacing: 0.03rem;
}
.link-list ul li .button:hover {
	background: #121216;
	color:#FFFFFF;
}
@media all and (max-width:1080px) {
	.link-list .flex {
		max-width: 95%;
		display: block;
		text-align: center;
	}
	.link-list .flex .thumb {
		margin: 0 auto;
	}
	.link-list .flex .right-side .title {
		margin: 36px 0 18px 0;
		text-align: center;
	}
	.link-list ul li {
		margin: 16px 15px 5px;
		text-transform: uppercase;
	}
	.link-list ul {
		width:100%;
		justify-content: center;
	}
	.link-list .flex .right-side {
		width: 100%;
		text-align: left;
	}
}
@media all and (max-width: 500px) {
	.link-list ul li .button {
		width:100%;
		min-width:100%;
	}
	.link-list .flex .thumb {
		width: 126px;
		height: 126px;
	}
	.link-list .flex .right-side .title {
		font-size: 25px;
		margin: 20px 0 8px 0;
	}
	.link-list ul {
		width: 100%;
		justify-content: space-between;
	}
	.link-list ul li {
		margin: 8px 0;
		text-transform: uppercase;
		width: 48%;
	}
}