
.science-page {
    
}

.science-page .header-text {
	padding-top: 20vh;
    min-height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* .science-sections {
	margin-top: 80vh
} */

.science section:nth-of-type(2):after {
	top: 200px;
	bottom: 300px;
}

.science-intro-section .helmet-sketch .image {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.science-intro-section .helmet-sketch {
	margin-top:-100px;
}

@media(max-width: 1024px) {
	/* .science-intro-section > .container {
		margin-left: var(--gutter-sm);
		margin-right: var(--gutter-sm);
	} */
}

@media(min-width: 1025px) {

	.science-intro-section .helmet-sketch {
		margin-top:-150px;
	}

	.science-intro-section .doctors .doctor .title .arrow {
		position: absolute;
		left: 0;
		top: 5px;
		transform: translateX(-35px);
	}

	.science-intro-section .doctors .doctor:nth-child(even) .title .arrow {
		transform: translateX(0px) rotate(180deg);
		left: auto;
		right: 0;
	}

	.science-intro-section .doctors .doctor .image {
		flex-basis: calc(50% + 15px);
	}

	.science-intro-section .doctors .doctor .text {
		flex-basis: calc(50% - 15px);
		padding-left: 65px;
		padding-top: 25px;
	}

	.science-intro-section .doctors .doctor:nth-child(even) {
		flex-direction: row-reverse;
	}

	.science-intro-section .doctors .doctor:nth-child(even) .text {
		padding-left: 0;
		padding-right: 65px;
	}

	.science-intro-section .doctors .doctor:not(:first-child) .image {
		margin-top: -85px;
		border: 10px solid #fff;
		box-sizing: content-box;
	}

	.science-intro-section .doctors .doctor:not(:first-child) .text {
		margin-top: 70px;
	}
}

@media(max-width: 1024px) {
	.science-image-text-section .image {
		aspect-ratio: 1/1;
	}
}

.science-image-text-section .flex-container.bottom-divider-1 {
	border-bottom: 1px solid #000;
	padding-bottom: 50px;
}

@media(min-width: 1025px) {

	.science-image-text-section .flex-container {
		column-gap: 100px;
	}

	.science-image-text-section .flex-container.bottom-divider-1 {
		padding-bottom: 115px;
	}

	.science-image-text-section .image,
	.science-image-text-section .text {
		flex-basis: 50%;
	}
}

.science-history-section {
	padding-top: 82%;
	margin-top: -100px;
}

.science-history-section .background-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 0;
}

.science-history-section .background-image:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
} */

.science-history-section .background-image img {
	object-position: top center;
}

.science .grid-section {
	margin-top: -125px
}

@media(min-width: 1025px) {
	.science-history-section {
		padding-top: 82%;
		margin-top: -200px;
	}

	.science-history-section .text-columns {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 60px;
	}

	.science .grid-section {
		margin-top: -180px
	}
}

.review-science-section > .inner {
	background-color: #000;
	aspect-ratio: 1/1.016;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

