/* ======================================================
   SAGE STUDENT THRIVE
====================================================== */

.sage-student-thrive {
	position: relative;
	margin: 0;
	padding: 90px 0;
	background: var(--sage-white);
	box-shadow: 0 0 0 100vmax var(--sage-white);
	clip-path: inset(0 -100vmax);
}

.sage-student-thrive > .wpb_column {
	position: relative;
}

.sage-student-thrive > .wpb_column > .vc_column-inner {
	height: 100%;
	background: transparent;
}


/* ======================================================
   LEFT COLUMN
====================================================== */

.sage-student-thrive__visual > .vc_column-inner {
	padding-right: 58px;
}

.sage-student-thrive__heading {
	margin: 0;
}

.sage-student-thrive__heading h2,
.sage-student-thrive__heading h3 {
	max-width: 430px;
	margin: 0;
	color: var(--sage-green-dark);
	font-family: var(--sage-heading-font);
	font-size: clamp(2.5rem, 3.4vw, 3.8rem);
	font-weight: 700;
	line-height: 1.08;
}

.sage-student-thrive__rule {
	width: 165px;
	margin: 22px 0 30px;
}

.sage-student-thrive__rule .vc_single_image-wrapper {
	display: block;
	width: 100%;
}

.sage-student-thrive__rule img,
.sage-student-thrive__rule .vc_single_image-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}


/* ======================================================
   PHOTO
====================================================== */

.sage-student-thrive__photo {
	margin: 0;
	padding: 12px;
	border: 1px solid
		color-mix(
			in srgb,
			var(--sage-tan) 65%,
			transparent
		);
	border-radius: 22px;
	background: var(--sage-cream);
	box-shadow: 0 14px 34px rgba(45, 45, 45, 0.12);
}

.sage-student-thrive__photo .vc_single_image-wrapper {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 14px;
}

.sage-student-thrive__photo img,
.sage-student-thrive__photo .vc_single_image-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}


/* ======================================================
   RIGHT COLUMN
====================================================== */

.sage-student-thrive__content > .vc_column-inner {
	height: 100%;
	padding-left: 58px;
	border-left: 1px solid
		color-mix(
			in srgb,
			var(--sage-tan) 70%,
			transparent
		);
}


/* ======================================================
   THRIVE LIST
====================================================== */

.sage-thrive-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.sage-thrive-list__item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: start;
	column-gap: 18px;
}

.sage-thrive-list__icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 42px;
	padding-top: 2px;
}

.sage-thrive-list__icon img {
	display: block;
	width: 27px;
	height: 27px;
	max-width: none;
	object-fit: contain;
}

.sage-thrive-list__copy {
	min-width: 0;
}

.sage-thrive-list__copy p {
	margin: 0;
	color: var(--sage-charcoal);
	font-family: var(--sage-body-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

.sage-thrive-list__copy strong {
	color: var(--sage-charcoal);
	font-weight: 700;
}


/* ======================================================
   TABLET
====================================================== */

@media (max-width: 1100px) {

	.sage-student-thrive {
		padding: 80px 0;
	}

	.sage-student-thrive__visual > .vc_column-inner {
		padding-right: 38px;
	}

	.sage-student-thrive__content > .vc_column-inner {
		padding-left: 38px;
	}

	.sage-student-thrive__heading h2,
	.sage-student-thrive__heading h3 {
		font-size: clamp(2.25rem, 4vw, 3rem);
	}

	.sage-thrive-list {
		gap: 20px;
	}

	.sage-thrive-list__item {
		grid-template-columns: 38px minmax(0, 1fr);
		column-gap: 15px;
	}

	.sage-thrive-list__icon {
		width: 38px;
	}

	.sage-thrive-list__icon img {
		width: 25px;
		height: 25px;
	}

	.sage-thrive-list__copy p {
		font-size: 17px;
	}
}


/* ======================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {

	.sage-student-thrive {
		padding: 65px 0;
	}

	.sage-student-thrive__visual > .vc_column-inner {
		padding-right: 0;
		padding-bottom: 48px;
	}

	.sage-student-thrive__content > .vc_column-inner {
		padding-top: 48px;
		padding-left: 0;
		border-top: 1px solid
			color-mix(
				in srgb,
				var(--sage-tan) 70%,
				transparent
			);
		border-left: 0;
	}

	.sage-student-thrive__heading h2,
	.sage-student-thrive__heading h3 {
		max-width: none;
		font-size: 2.4rem;
	}

	.sage-student-thrive__rule {
		width: 135px;
		margin-top: 18px;
		margin-bottom: 26px;
	}

	.sage-student-thrive__photo {
		padding: 9px;
		border-radius: 18px;
	}

	.sage-student-thrive__photo .vc_single_image-wrapper {
		border-radius: 11px;
	}

	.sage-thrive-list {
		gap: 22px;
	}

	.sage-thrive-list__item {
		grid-template-columns: 34px minmax(0, 1fr);
		column-gap: 13px;
	}

	.sage-thrive-list__icon {
		width: 34px;
		padding-top: 3px;
	}

	.sage-thrive-list__icon img {
		width: 23px;
		height: 23px;
	}

	.sage-thrive-list__copy p {
		font-size: 16px;
		line-height: 1.6;
	}
}