.module-008area {
	background: #FFFFFF;
	padding: 100px 0;
}

.module-008main {
	background: #F9F9F9;
	padding: 46px 105px 48px;
}

.module_008cnt h6 {
	font-size: 18px;
	font-weight: 300;
	color: #E8644D;
}

.module_008cnt .headline008 {
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	margin: 7px 0 28px;
	line-height:1;
	text-transform: none;
}

.module_008cnt p {
	font-size: 14px;
	font-weight: 300;
	clear: #000000;
	margin-bottom: 40px;
}

.module_008cnt a {
	font-size: 12px;
	font-weight: 800;
	color: #E8644D;
	text-transform: uppercase;
	border: 2px solid #E8644D;
	display: inline-block;
	padding: 12px 62px;
	transition: 0.2s all ease;
}

.module_008cnt a:hover {
	background: #E8644D;
	color: #FFF;
}

.module_008gallery {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.module_008gallery-left {
	width: 42%;
}

.module_008gallery-right {
	width: 58%;
}

.module_008item a {
	font-size: 12px;
	font-weight: 800;
	color: #000000;
	text-transform: uppercase;
	transition: 0.2s all ease;
	display: block;
}

.module_008item img {
	width: 100%;
}

.module_008item a span img {
	width: 20px;
	margin-right: 8px;
	transition: 0.2s all ease;
}

.module_008item a span {
	display: inline-block;
	margin-top: 4px;
	transition: 0.2s all ease;
	position: relative;
}

.module_008item a span img {
	position: relative;
	left: 0;
	transition: 0.2s all ease;
}

.module_008item {
	margin-top: 8px;
}

.module-008main .col-lg-9 {
	width: 70%;
	flex: 70%;
}

.module-008main .col-lg-3 {
	width: 30%;
	flex: 30%;
}

.module_008item a:hover span img {
	left: 8px;
}

.module008_imgdimention a > img {
	width: 290px;
	height: 396px;
	object-fit: cover
}

.module008_imgdimention2 a > img {
	width: 397px;
	height: 288px;
	object-fit: cover
}

/* ==================== Medium Screen - Others ===================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.module_008cnt .headline008 {
		font-size: 30px;
	}

	.module_008cnt h6 {
		font-size: 16.5px;
	}

	.module_008item a {
		font-size: 11px;
	}

	.module_008item a span img {
		width: 17px;
		margin-right: 6px;
	}

	.module-008main {
		padding: 45px 50px 48px
	}

	.module008_imgdimention a > img {
		width: initial;
		height: initial;
	}

	.module008_imgdimention2 a > img {
		width: initial;
		height: initial;
	}


}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

	.module-008area {
		padding: 80px 0;
	}

	.module-008main {
		padding: 45px 40px;
	}

	.module_008cnt .headline008 {
		font-size: 26px;
	}

	.module_008cnt p {
		font-size: 13.4px;
	}

	.module_008cnt h6 {
		font-size: 15.5px;
	}

	.module_008item a {
		font-size: 10px;
	}

	.module_008cnt a {
		font-size: 11px;
	}

	.module_008item a span img {
		width: 16px;
		margin-right: 6px;
	}

	.module008_imgdimention a > img {
		width: initial;
		height: initial;
	}

	.module008_imgdimention2 a > img {
		width: initial;
		height: initial;
	}

}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

	.module-008area {
		padding: 70px 0;
	}

	.module-008main {
		padding: 40px 30px;
	}

	.module-008main .col-lg-9 {
		width: 100%;
		flex: 100%;
	}

	.module-008main .col-lg-3 {
		width: 100%;
		flex: 100%;
	}	

	.module_008cnt .headline008 {
		font-size: 26px;
	}

	.module_008cnt p {
		font-size: 13.4px;
	}

	.module_008cnt h6 {
		font-size: 15.5px;
	}

	.module_008item a {
		font-size: 10px;
	}

	.module_008cnt a {
		font-size: 11px;
	}

	.module_008item a span img {
		width: 16px;
		margin-right: 6px;
	}

	.module-008right {
		display: flex;
		align-items: center;
		margin-top: 30px;
		gap: 30px;
	}

	.module-008right > div {
		width: 50%;
	}

	.module008_imgdimention a > img {
		width: initial;
		height: initial;
	}

	.module008_imgdimention2 a > img {
		width: initial;
		height: initial;
	}


}


@media screen and (max-width: 575px) {

	.module-008area {
		padding: 60px 0;
	}

	.module-008main {
		padding: 30px 16px;
	}

	.module-008main .col-lg-9 {
		width: 100%;
		flex: 100%;
	}

	.module-008main .col-lg-3 {
		width: 100%;
		flex: 100%;
	}	

	.module_008cnt .headline008 {
		font-size: 24px;
	}

	.module_008cnt p {
		font-size: 13px;
	}

	.module_008cnt h6 {
		font-size: 15px;
	}

	.module_008item a {
		font-size: 10px;
	}

	.module_008cnt a {
		font-size: 11px;
		padding: 10px 56px;
		margin-bottom: 20px;
	}

	.module_008gallery,
	.module-008right {
		gap: 20px;
	}

	.module-008right {
		margin-top: 24px;
	}

	.module008_imgdimention a > img {
		width: initial;
		height: initial;
	}

	.module008_imgdimention2 a > img {
		width: initial;
		height: initial;
	}
    
}