.main-img{
	height: 100%;
	max-height: 400px;
	border-radius:10px ;
	width: 100%;
}
main{
	margin-top: 9rem;
}

.content-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: rgb(255, 244, 230);
	border-radius:10px ;
	padding: 10px 25px;
}

.content-box p{
	line-height: 2.2rem;
	font-size: 18px;
}
h1{
	font-size: 28px;
	text-align: center;
}

.content-box h2{
	font-size: 20px;
}