.ocera-excellence{
	background:rgb(8,15,32);
	color:#fff;
	padding:80px 60px;
}
.ocera-excellence__head{margin-bottom:40px;max-width:1300px;margin-left:auto;margin-right:auto;}
.ocera-excellence__tag{
	display:block;
	color:rgb(201,168,76);
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:14px;
}
.ocera-excellence__head h2{
	font-size:42px;
	font-weight:800;
	margin:0;
	text-transform:uppercase;
}
.ocera-excellence__head h2 em{
	color:rgb(201,168,76);
	font-style:italic;
	font-family:Georgia,serif;
	font-weight:400;
	text-transform:uppercase;
}

.ocera-excellence__row{
	display:flex;
	gap:24px;
	flex-wrap:wrap;
	max-width:1300px;
	margin:0 auto;
	justify-content:center;
}
.ocera-excellence__card{
	background:rgb(10,20,44);
	border-radius:10px;
	width:384px;
	height:194.3px;
	padding:26px;
	box-sizing:border-box;
}
.ocera-excellence__card h4{
	color:rgb(201,168,76);
	font-size:14px;
	font-weight:600;
	margin:0 0 16px;
}
.ocera-excellence__card p{
	font-style:italic;
	font-family:Georgia,serif;
	font-size:15px;
	line-height:1.7;
	color:#d6d8e0;
	margin:0;
}

@media (max-width:768px){
	.ocera-excellence{padding:50px 20px;}
	.ocera-excellence__head h2{font-size:28px;}
	.ocera-excellence__card{width:100%;height:auto;}
}
