main {
	height: calc(100vh - 80px);
	margin-top: 80px;
	margin-left: 60px;
}

main img {
	height: 100vh;
	float: right;
	shape-outside: url("../images/bio-lannettenew.png");
}

h1 {
	margin-top: 100px;
}

main p {
	font-size: 16px;
	line-height: 26px;
}

p2 {
	font-size: 16px;
}

main p3 {
	font-weight: normal;
	font-size: 16px;
	color: black;
	font-style: italic;
}

.main-mobile {
	display: none;
}

.mobile {
	text-align: center;
}

/* MOBILE VERSION */


@media only screen and (max-width: 1024px) {
	main {
		width: 100%;
		height: calc(100vh - 60px);
		margin-top: 60px;
		background-image: url("../images/bio-lannettenew.png");
		background-size: 70vh;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 0;
	}
	
	main img {
		display: none;
	}
	
	h2 {
	margin-top: 0;
}
	
	.main-intro {
		display: none;
	}
	
	.main-mobile {
		display: block;
		margin: 10px 20px;
	}
	
	.main-mobile .imaginethis a {
		margin-top: 0;
		font-size: 16px;
		display: contents;
		background-color: none;
		padding: 0;
		width: fit-content;
		color: #EC008C;
		text-transform: none;
	}
	
	.main-mobile p {
		text-align: justify;
	}
	
	.main-mobile p3 {
		font-weight: normal;
		font-size: 16px;
		color: black;
		font-style: italic;
		text-align: justify;
	}
	
	.main-mobile h1 {
		font-size: 34px;
		line-height: 40px;
		text-align: center;
		margin-top: 20px;
	}
	
	.main-mobile h2 {
		text-align: center;
		font-size: 24px;
		line-height: 30px;
	}
	
	.main-mobile img {
		margin: 0 20px 0 30px;
	}
	

}
