.maincategory-section-2 .leftimg {
	background-size: cover;
	background-position: center center;
}

.maincatheading {
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 86px;
	color: #000000;
}

.content-categories {
	border-bottom: 1px solid #c4c4c4;
}

.categories {
	padding: 15px 40px;
}

.categories .catsubheading {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 20px;
}

.categories .catdesc {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #c4c4c4;
	width: 60%;
}

.supra-cat-name {
	width: 100%;
	color: #ffffff !important;
	font-size: 40px;
	line-height: 40px;
	flex: auto;
}

.toprow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.bottomrow h2 {
	font-style: normal;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}

.bottomrow p {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
}

.background-hover-industria:hover {
	background-color: #ffbf0a;
	color: #fff;
	border-radius: 15px;
}

.background-hover-automoviles:hover {
	background-color: #ff4f12;
	color: #fff;
	border-radius: 15px;
}

.background-hover-finanzas:hover {
	background-color: #389491;
	color: #fff;
	border-radius: 15px;
}

.background-hover-turismo:hover {
	background-color: #7800ff;
	color: #fff;
	border-radius: 15px;
}

.background-hover-tecnologia:hover {
	background-color: #172675;
	color: #fff;
	border-radius: 15px;
}

.background-hover-salud:hover {
	background-color: #45c4de;
	color: #fff;
	border-radius: 15px;
}

.categories:hover h4,
.categories:hover p {
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.maincatheading {
		font-size: 18px;
		line-height: 22px;
	}

	.categories {
		padding: 0;
	}

	.categories .catdesc {
		font-size: 12px;
		line-height: 22px;
		width: 80%;
	}

	.bottomrow h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 17px;
		color: #ffffff;
	}

	.bottomrow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
	.maincatheading {
		font-size: 25px;
		line-height: 22px;
	}

	.categories {
		padding: 0;
	}

	.categories .catdesc {
		font-size: 12px;
		line-height: 22px;
		width: 80%;
	}

	.toprow .icons li {
		width: 150px;
		padding-right: 10px;
		display: flex !important;
		justify-content: flex-end !important;
	}

	.supra-cat-name {
		font-size: 28px;
		line-height: 28px;
	}

	.bottomrow h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 13px;
		line-height: 17px;
		color: #ffffff;
	}

	.bottomrow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1160px) {
	.maincatheading {
		font-size: 30px;
		line-height: 22px;
	}

	.categories {
		padding: 0;
	}

	.categories .catdesc {
		font-size: 15px;
		line-height: 22px;
	}

	.supra-cat-name {
		line-height: 32px;
	}

	.bottomrow h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 57px;
		color: #ffffff;
	}

	.bottomrow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}
}

.cardLink {
	display: block;
}

.toprow img {
	width: 70%;
	height: auto;
}

.toprow .icons {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	color: #ffffff;
	text-align: right;
}

@media only screen and (max-width: 600px) {
	.toprow {
		justify-content: flex-start;
		padding-bottom: 70px;
	}

	.toprow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}

	.toprow img {
		width: 40%;
		height: auto;
	}

	.toprow .icons {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
		text-align: left;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767.2px) {
	.toprow img {
		width: 40%;
		height: auto;
	}

	.toprow .icons {
		text-align: left;
		padding-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.toprow {
		justify-content: flex-start;
		padding-bottom: 70px;
	}

	.toprow p {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 22px;
		color: #ffffff;
	}

	.toprow img {
		width: 80%;
		height: auto;
	}

	.toprow .icons {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}

	.toprow .icons li {
		width: 110px;
		padding-right: 10px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1160px) {
	.toprow {
		justify-content: flex-start;
		padding-bottom: 70px;
	}
}

@media (min-width: 1161px) and (max-width: 1500px) {
	.bottomrow h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 57px;
		color: #ffffff;
	}
}