.infotips-banner {
	background-color: var(--swiper-theme-color);
}

.title-style {
	font-style: normal;
	font-weight: 700;
	line-height: 46px;
	color: #000000;
}

.sec-7-bg {
	border-radius: 8px;
	height: 350px;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.sec-7-item {
	border-radius: 0px 0px 8px 8px;
}

.infotips-section-index-supracategories .sec-7-item p {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	line-height: 73px;
	color: #ffffff;
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.infotips-section-index-supracategories .sec-7-item p {
		line-height: 33px;
	}

	.sec-7-bg {
		height: 180px;
	}
}