.img_doc {
	float: right;
	width: 50%
}


.img_doc:hover {
	transform: scale(1.1);
}

.pos_cen {

	width: 70%;
	left: 15%;
	top: 20%;
	margin: 30px;
	padding: 50px;

}

.pos_cen h2 {
	font-size: 300%;
	margin-bottom: 20px;


}

.pos_cen .para {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .6px;
}

.row-cards {
	padding-top: 30px;
	width: 100vw;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;


}

.row-cards .box {
	width: 130px;
	height: 150px;
	background: #fff;
	border-radius: 20px;
}

.row-cards .box img {
	width: 80px;
	padding-top: 12px;
	padding-left: 28px;
}

.row-cards .box h3 {
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 30px;
	color: black;
	text-align: center;


}

@media only screen and (max-width: 450px) {
	.row-cards {

		flex-direction: column;
	}

}

.row1 {
	padding-top: 20px;
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}