#hero {
	background: url("../../assets/hero-bg.png");
	background-color: transparent;
	background-size: 450px;
	background-repeat: no-repeat;
	background-position: 90% bottom;
}

#hero .container.d-block.d-lg-none img {
	width: 80%;
}

.hero-weight-loss-title {
	font-size: 90px;
}

.hero-weight-loss-tagline {
	font-size: 32px;
}

.hero-weight-loss-price {
	font-size: 50px;
}

.hero-weight-loss-description {
	font-size: 36px;
}

.hero-weight-loss-left {
	font-family: "Instrument Sans", sans-serif;
	text-align: right;
	color: white;
}

#hero-weight-loss h2 {
	font-weight: 700;
	margin: 0;
	font-size: 64px;
	line-height: 81px;
	font-family: "Instrument Sans", system-ui;
}

#hero-weight-loss .col-12 {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

#hero-weight-loss .hero-weight-loss-button-group {
	display: inline-flex;
	column-gap: 16px;
}

/* #hero-weight-loss button {
	width: fit-content;
	padding: 18px 28px;
	transition: all 300ms ease-out;
	font-family: "Instrument Sans", system-ui;
	border-radius: 166px;
	font-size: 24px;
	border: 0;
} */

#hero-weight-loss svg {
	position: absolute;
	bottom: -35px;
	right: -10px;
	width: 70px;
}

/* #hero-weight-loss button:first-of-type {
	color: #3060fe;
	border: 1px solid #3060fe;
	background: white;
}
#hero-weight-loss button:last-of-type {
	color: white;
	background: #3060fe;
} */

#hero-weight-loss p {
	font-size: 24px;
	margin: 0;
	font-family: "Instrument Sans", system-ui;
	/* color: #d2baff; */
}

#hero-weight-loss-bg {
	background: #3060fe;
	background-size: cover;
	padding: 80px 40px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#hero-weight-loss-bg .row:first-of-type {
	row-gap: 56px;
}
/* #hero-weight-loss-bg button {
	width: fit-content;
	transition: all 300ms ease-out;
	font-family: "Instrument Sans", system-ui;
	padding: 8px 28px;
	border-radius: 166px;
	font-size: 24px;
	border: 0;
	color: #3060fe;
	background: white;
} */
/* #hero-weight-loss-bg button:hover {
	background: #e7e5ff;
} */
#hero-weight-loss-bg p b {
	margin: 0;
	color: white;
	font-size: 56px;
	margin-bottom: 12px;
}

#hero-weight-loss-bg .span-1,
#hero-weight-loss-bg .span-2 {
	font-weight: 700;
	font-size: 36px;
}

#hero-weight-loss-bg .span-2 {
	color: white;
	font-weight: 400;
	/* text-decoration-line: line-through !important;
	text-decoration-thickness: 2px !important;
	text-decoration-color: black !important; */
}

#hero-weight-loss-bg .span-3 {
	font-size: 32px;
	font-weight: 400;
}
#hero-weight-loss-bg .span-3 {
	display: block;
}

#hero-weight-loss-bg .promo {
	font-size: 24px;
	color: #d2baff;
	margin-bottom: 56px;
}

.prescription-group {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	margin: 16px 0px;
}

.prescription-group > div {
	justify-content: left;
}

@media screen and (max-width: 1024px) {
	/* #hero-weight-loss-bg {
		background-position: -200px 0px;
	} */
	#hero {
		background-size: 450px;
		background-position: right bottom;
	}

	.hero-weight-loss-title {
		font-size: 72px;
	}

	#hero-weight-loss h2 {
		font-size: 56px;
	}
}

@media screen and (max-width: 768px) {
	/* #hero-weight-loss-bg {
		background-position: calc(100% + 75px) bottom;
		background-size: 1000px;
	} */
	#hero {
		background: none;
	}
	#hero-weight-loss .col-12 {
		row-gap: 16px;
	}
	#hero-weight-loss-bg p b {
		margin: 0;
		color: white;
		font-size: 42px;
		margin-bottom: 12px;
		line-height: 43px;
	}
	/* #hero-weight-loss svg {
		bottom: -25px;
		right: 2px;
		width: 50px;
	} */

	.hero-weight-loss-title {
		font-size: 36px;
	}

	.hero-weight-loss-tagline {
		font-size: 24px;
		text-align: center;
	}

	.hero-weight-loss-price {
		font-size: 36px;
	}

	.hero-weight-loss-description {
		font-size: 24px;
	}

	.hero-weight-loss-left {
		text-align: center;
	}

	/* .prescription-group > div {
		justify-content: center;
	} */
}

@media screen and (max-width: 450px) {
	#hero-weight-loss-bg {
		padding: 32px 12px;
	}
	#hero-weight-loss-bg .row:first-of-type {
		row-gap: 16px;
	}
	#hero-weight-loss h2 {
		text-align: center;
	}
	#hero-weight-loss .col-12 {
		align-items: center;
	}
	.prescription-group {
		/* align-items: center; */
		margin: 24px 0px;
	}
	#hero-weight-loss svg {
		bottom: -45px;
		right: -8px;
		width: 50px;
	}
	#hero-weight-loss h2 {
		font-size: 32px;
		line-height: 40px;
	}

	#hero-weight-loss p {
		font-size: 16px;
	}

	#hero-weight-loss-bg .span-1 span {
		font-size: 30px;
	}

	#hero-weight-loss-bg .span-1,
	#hero-weight-loss-bg .span-2 {
		font-size: 24px;
	}
	#hero-weight-loss-bg .span-3 {
		font-size: 24px;
		font-weight: 700;
		text-transform: capitalize;
	}
	#hero-weight-loss-bg .promo {
		font-size: 18px;
	}
	#hero-weight-loss-bg .col-12 {
		text-align: center;
	}
	#hero-weight-loss-bg p b {
		font-size: 24px;
		line-height: 64px;
	}
	/* #hero-weight-loss button {
		font-size: 16px;
		padding: 8px 28px;
	} */
	#hero-weight-loss .hero-weight-loss-button-group {
		column-gap: 24px;
	}

	.hero-weight-loss-title {
		font-size: 32px;
	}
	/* #hero-weight-loss-bg button {
		font-size: 16px;
		padding: 8px 28px;
	} */
}
