*,*::before,*::after{
	margin: 0;
	padding: 0;
	box-sizing:  border-box;
}

body{
	background: #fff;

}
.wrapper .wrapper-img{
	width: 100%;
	height: 100%;
	position: relative;
	padding: 15px;
}
.main-content{
    height: 100%;
    left: 122px;
    position: absolute;
    top: 150px;
    width: 82%;
    text-align: center;
}
.main-content figure {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}
.main-content figure img{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 5px;
}
.main-content h2{
	border-bottom: 2px solid #000;
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
}
.main-content .item-1{
	margin-bottom: 30px;
}
.main-content .item-1 .slno{
	float: left;
}
.main-content .item-1 .date{
	float: right;
}
.main-content p{
	text-align: justify;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 18%;
}
.main-content .sign{
	float: right;
	border-bottom: 2px solid #000;
	width: 200px;

}

 @media print{
 	.wrapper{
 		height: 1060px;
 	}
	.wrapper .wrapper-img{
	
	}
	.main-content{
		top: 100px;
		left: 80px;
		width: 79%;
	}
	.main-content h1{
		font-size: 28px;
	}
 }