.ova_box_signature{
	// max-width: 390px;
	background: #06163a;
	padding: 74px 50px 65px 50px;
    box-shadow: 0px 10px 50px 0px rgba(6, 22, 58, 0.1);
	.title{
		font-size: 36px;
		line-height: 40px;
		font-weight: 600;
		color: #fff;
		margin: 0 0 28px 0;
	}
	.excerpt{
		font-size: 18px;
		line-height: 26px;
		color: #a3a8b2;
		margin: 0 0 38px 0;

	}
	.name-job{
		margin: 0 0 21px 0;
		.name{
			font-size: 18px;
			line-height: 24px;
			font-weight: 400;
			letter-spacing: 0.2px;
		}
		.job{
			font-size: 18px;
			line-height: 24px;
			font-weight: 400;
			color: #a2a4b2;
		}
	}
}