.infotips a {
	color: #007bff !important;
}

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

.img-infotip-mob {
	min-width: 100%;
}

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

.infotips {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 26px;
	letter-spacing: -0.5px;
	color: #555555;
}

.infotips .date {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 26px;
	color: #555555;
}

.infotipsrecommended {
	background: #f4f5fb;
	border-radius: 10px;
}

.infotips-recommended-title {
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
	color: #000000;
}

.infotips-recommended-sub-title {
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	color: #000000;
	font-family: Outfit,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
}

.recomendation img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.infotips-recommended-link {
	font-style: normal;
	font-weight: 800;
	line-height: 26px;
	color: #000000;
	text-align: left;
}

.container-text-infotip {
	text-align: justify;
}

@media only screen and (max-width: 600px) {
	.infotipsindividual-section-1 img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.infotips-banner .content-banner {
		max-width: 280px;
	}
}

.gallerytitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}