body{
	height:100dvh;
	font-family:Inter, sans-serif;
}

.container{min-height:100dvh; display:flex; align-items:center; justify-content:center;}
.read-more{margin-top:3rem; margin-bottom:0.5rem;}

@media(min-width:768px){
	.main-img{max-height:75vh;}
}

@media(max-width:767px){
	.main-img{width:100%;}
	
}