.care-hero {
	min-height: calc(100vh - 71px) !important;
	position: relative;
	overflow: hidden;
	color: #fff;
	background-size: cover;
	background-position: center;
	font-family: "Roboto", sans-serif;
}
.care-hero .container-custom {
	margin: auto 0;
}
.care-hero .care-hero__inner {
	position: relative;
	z-index: 2;
	max-width: 30%;
}

.care-hero .care-hero__inner .care-hero__title {
	font-family: "Anton", sans-serif;
	color: #fff;
	font-size: clamp(2rem, 4vw, 2.5rem);
	line-height: 1.05;
	font-weight: 400 !important;
	margin: 0 0 2rem;
	font-weight: 300 !important;
}

.care-hero .care-hero__inner .care-hero__text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.25;
	margin: 0 0 3rem;
}

.care-hero .care-hero__inner .care-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 999px;
	padding: 13px 34px;
	text-decoration: none;
	font-weight: 700;
	transition: 0.25s ease;
}

.care-hero .care-hero__button:hover {
	transform: translateY(-2px);
	color: #fff;
}

.care-hero .care-hero__button::after {
	content: "›";
	margin-left: 10px;
	font-size: 1.2em;
}

@media (max-width: 1440px) {
	.care-hero .care-hero__inner {
		max-width: 40%;
	}
}
@media (max-width: 1115px) {
	.care-hero .care-hero__inner {
		max-width: 50%;
	}
}
@media (max-width: 768px) {
	.care-hero__inner {
		max-width: 100% !important;
		min-height: auto;
		padding-top: 5rem !important;
	}

	.care-hero {
		padding: 72px 0;
		min-height: auto;
	}

	.care-hero::before {
		background: linear-gradient(
			90deg,
			rgba(88, 34, 100, 0.92),
			rgba(88, 34, 100, 0.72)
		);
	}

	.care-hero__image {
		display: none;
	}
}
