.home-industry {
	margin-top: 100px;
	position: relative;
	background: #f7f9fa;
}

.home-industry .container {
	position: relative;
}

.home-industry-header h2 {
	margin-bottom: 20px;
	line-height: 100%;
}

.home-industry-header h2 a {
	font-family: 'Roboto Condensed';
	font-weight: 500;
	font-size: 32px;
	text-align: left;
	line-height: 100%;
	letter-spacing: 0;
	color: #060606;
	position: relative;
}

.home-industry-header h2 a::after {
	content: "\e907";
    font-family: 'icomoon';
    font-size: 20px;
	color: #FFCD11;
	position: absolute;
    top: 2px;
    height: 100%;
    margin-left: 10px;
    transition: color .4s ease-in-out;
}

.home-industry-list-button .btn {
	width: 100%;
}

.home-industry-column {
	position: relative;
}

.home-industry-column a {
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	transition: all .4s ease-in-out;
}

.home-industry-image {
	width: 100%;
	height: 227px;
	transition: height .4s ease-in-out;
}

.home-industry-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: 'object-fit: cover;';
}

.home-industry-content {
	position: relative;
	padding: 25px;
    text-align: left;
}

.home-industry-content .p-h5 {
	font-family: 'Roboto Condensed';
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 100%;
	text-transform: uppercase;
	color: #262A2C;
	margin: 0;
	margin-bottom: 25px;
	height: 50px;
	max-height: 50px;
    overflow: hidden;
	text-overflow: ellipsis;

	@supports (-webkit-line-clamp: 2) {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
  	}
}

.home-industry-content .btn {
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.35px;
    transition: all .4s ease-in-out;
	width: 180px;
    height: 46px;
}

.home-industry-content .btn::after {
	display: none;
}

.home-industry-column .home-industry-content p:not(.p-h5) {
	display: none !important;
}

.home-industry-list-slider::after {
	content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -8px;
    width: 15px;
    z-index: 10;
    background: #f7f9fa;
}

.home-industry-list-slider .slick-list {
	padding: 30px 0;
}

.home-industry-list-button {
	margin-top: 28px;
}


@media (max-width: 960px) {
	.home-industry {
		margin-top: 80px;
	}
	
	.home-industry-header h2 {
		margin: 0;
	}
}

@media (max-width: 375px) {
	.home-industry {
		margin-top: 70px;
	}

	.home-industry .home-industry-header h2 a {
		font-size: 24px;
	}

	.home-industry-content .home-industry-content__title  {
		font-size: 20px;
		height: 40px;
		max-height: 40px;
	}

	.home-industry-content .btn {
		padding: 12px 25px;
		font-size: 14px;
	}
}