section.m24_keyword_slider {
	padding: 60px 0;
	position: relative;
}

section.m24_keyword_slider:after,
section.m24_keyword_slider:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 90%;
	height: 1px;
	background: #313131;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

section.m24_keyword_slider:after {
	top: auto;
	bottom: 0;
}

section.m24_keyword_slider .m24_keyword_item {
	padding: 0 75px;
}

section.m24_keyword_slider .m24_keyword_item .m24_keyword {
	font-size: 6.7rem;
	margin-bottom: 40px;
	line-height: 1;
}

@media screen and (max-width: 1920px) {
	section.m24_keyword_slider .m24_keyword_item .m24_keyword {
		font-size: 5.7rem;
	}
}

@media screen and (max-width: 1599px) {
	section.m24_keyword_slider .m24_keyword_item .m24_keyword {
		font-size: 5.1rem;
	}
}

@media screen and (max-width: 1399px) {
	section.m24_keyword_slider .m24_keyword_item .m24_keyword {
		font-size: 4.55rem;
	}
}

@media screen and (max-width: 991px) {
	section.m24_keyword_slider .m24_keyword_item {
		padding: 0 45px;
	}
	
	section.m24_keyword_slider .m24_keyword_item .m24_keyword {
		font-size: 4.15rem;
	}
}

@media screen and (max-width: 767px) {
	section.m24_keyword_slider .m24_keyword_item .m24_keyword {
		font-size: 3.55rem;
	}
}

@media screen and (max-width: 575px) {
	section.m24_keyword_slider .m24_keyword_item .m24_keyword {
		font-size: 2.25rem;
		margin-bottom: 20px;
	}
}