*
{
	box-sizing:border-box;
}

body
{
	background-color:#202940;
}

.title
{
	color:#6EADBC;
	font-size:45px;
}

.head
{
	text-align:center;
	margin:auto;
	width:40%;
	height:100%;
	color:#3B7597;
	font-size:20px;
	background-color:skyblu;
}

.row1
{
	width:100%;
	margin-top:2%;
	background-color:skyblu;
	height:350px;
	display:flex;
	gap:5%;
}

.obj1
{
	background-color:#093C5D;
	width:30%;
	height:300px;
	border-radius:15px;
}

.img1
{
	width:100%;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	margin-bottom:0px;
	object-fit:cover;
}

.info
{
	padding:1%;
	margin-top:-10px;
	display:flex;
}

h2
{
	color:white;
	font-size:30px;
	margin-left:2%;
	
}

.cvr
{
	width:30%;
	background-color:green;
	color:white;
	font-weight:bold;
	padding:1%;
	text-align:center;
	border-radius:20px;
	height:15%;
	margin-top:8%;
	margin-left:42%;
}

.info2
{
	margin-top:-20px;
	color:white;
	width:100%;
	margin-left:2%;
	padding:1%;
}

.cnt
{
	object-fit:contain;
}

.images img
{
	width:100%;
	height:100%;
	display:block;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
}

.fit-cover
{
	object-fit:cover;
}

.fit-contain
{
	object-fit:contain;
	
}

.fit-fill
{
	object-fit:fill;
}

.fit-none
{
	object-fit:none;
}

.im2
{
	height:70%;
}