.ocera-why{
	background:rgb(8,15,32);
	color:#fff;
	padding:80px 60px;
}
.ocera-why__head{max-width:640px;margin-bottom:36px;}
.ocera-why__tag{
	display:block;
	color:rgb(201,168,76);
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}
.ocera-why__head h2{font-size:38px;margin:0 0 14px;}
.ocera-why__head h2 em{
	color:rgb(201,168,76);
	font-style:italic;
	font-family:Georgia,serif;
}
.ocera-why__head p{font-size:15px;color:#c3c6d1;line-height:1.6;margin:0;}

.ocera-why__card{
	background:rgb(20,29,51);
	border-radius:16px;
	padding:50px;
}
.ocera-why__grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	row-gap:50px;
	column-gap:40px;
}
.ocera-why__item img{
	width:130px;
	height:87px;
	object-fit:cover;
	border-radius:40px;
	margin-bottom:20px;
}
.ocera-why__item h3{font-size:18px;margin:0 0 10px;}
.ocera-why__item p{font-size:14px;line-height:1.6;color:#a9adba;margin:0;}

@media (max-width:768px){
	.ocera-why{padding:50px 20px;}
	.ocera-why__card{padding:30px;padding-bottom:50px;height:auto;}
	.ocera-why__grid{
		display:flex;
		flex-direction:column;
		gap:36px;
	}
}
