.module_013cnt {
	max-width: 504px;
	width: 100%;
}

.module_013cnt .headline013 {
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	margin: 0;
	text-transform: none;
	line-height:1;
}

.module_013cnt span {
	font-size: 18px;
	font-weight: 300;
	color: #B9B2AC;
	display: block;
	margin-bottom: 40px;
}

.module_013cnt p {
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	margin-top: 24px;
}

.module_013cnt a {
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 4px solid #000000;
	margin-top: 15px;
}

.module_013item img {
	width: 100%;
}

.module_013item span img {
	width: 20px;
	margin-right: 6px;
}

.module_013item span {
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-transform: uppercase;
	transition: 0.2s all ease;
}

.module_013item a span img {
	position: relative;
	left: 0px;
	transition: 0.2s all ease;
}

.module_013bottom {
	margin-top: 30px;
}

.module_013item a:hover span img {
	left: 8px;
}

.module_013item a {
	display: block;
}

.module_013item a > img {
	width: 610.8px;
	height: 510px;
	object-fit: cover;
	display: block;
}

.module_013bottom .module_013item a > img {
	width: 397.2px;
	height: 330px;
	object-fit: cover;
}

/* ==================== Medium Screen - Others ===================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.module_013cnt .headline013 {
		font-size: 30px;
	}

	.module_013cnt span {
		font-size: 16px;
	}

	.module_013item span {
		font-size: 11px;
	}

	.module_013item span img {
		width: 18px;
		margin-right: 5px;
	}

	.module_013item a > img {
		width: 100%;
		height: initial;
	}

	.module_013bottom .module_013item a > img {
		width: 100%;
		height: initial;
	}

}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.module_013cnt {
		max-width: 100%;
		width: 100%;
		margin-top: 40px;
	}

	.module_013cnt .headline013 {
		font-size: 30px;
	}

	.module_013item span {
		font-size: 11px;
	}

	.module_013item span img {
		width: 18px;
		margin-right: 5px;
	}

	.module_013bottom {
		margin-top: 40px;
	}

	.module_013item a > img {
		width: 100%;
		height: initial;
	}

	.module_013bottom .module_013item a > img {
		width: 100%;
		height: initial;
	}

}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

	.module_013cnt {
		max-width: 100%;
		width: 100%;
		margin-top: 40px;
	}

	.module_013cnt .headline013 {
		font-size: 28px;
	}

	.module_013item span {
		font-size: 11px;
	}

	.module_013item span img {
		width: 18px;
		margin-right: 5px;
	}

	.module_013bottom {
		margin-top: 10px;
	}

	.module_013bottom .module_013item {
		margin-top: 30px;
	}

	.module_013item a > img {
		width: 100%;
		height: initial;
	}

	.module_013bottom .module_013item a > img {
		width: 100%;
		height: initial;
	}

}

@media screen and (max-width: 575px) {

	.module_013cnt .headline013 {
		font-size: 24px;
	}

	.module_013item a > img {
		width: 100%;
		height: initial;
	}

	.module_013bottom .module_013item a > img {
		width: 100%;
		height: initial;
	}

}