.section2{
	width: 100%;
	height: 100%;
}

.section2-cont{display: block;
	width: 60%;
	margin-top: 10%;
	margin-left: 20%;
}


.section2-card {
	width: 100%;
	height: 530px;
	margin-bottom: 40px;
}

.section2-card img{
	width: 100%;
	height: 70%;
	z-index: -1;
}

.section2-card-box{
	background-color: white;
	border: 1.5px solid #d7d7d7;
	border-bottom: 12px solid #d7d7d7;
	border-radius: 5px;
	position: relative;
	width: 90%;
	height: 50%;
	margin-top: -18%;
	margin-left: 5%;
}

.section2-span1{
	display: inline-flex;
	margin-top: 2%;
	margin-left: 3%;
	width: 95%;
}

.section2-card-box .fa-calendar-days{
	font-size: 18px;
	color: #7c7a7b;
	margin-top: 0.3%;
}

.section2-span1 h1{
	font-size: 17px;
	font-weight: 800;
	color: #fc9306;
	margin-left: 1.5%;
}

.section2-card-box  h2{
	color: #081468;
	margin-top: 0.5%;
	margin-left: 3%;
}

.section2-card-box  p{
	margin-top: 1%;
	margin-left: 3%;
	line-height: 30px;
}

.section2-card-box a{
	text-decoration: none;
	color: #081468;
	font-size: 20px;
	margin-left: 79%;
	transition: 0.5s;
}

.section2-card-box a:hover{
	text-decoration: underline;
	color: #fc9306;
}

.section2-page-number{
	margin-top: 2%;
	margin-left: 20%;
	display: inline-flex;
	justify-content:10px;
}

.section2-number{
	width: 35px;
	height: 35px;
	border: 1px solid #1f1f1f;
	margin-left: 10px;

}

.section2-page-number a{
	text-decoration: none;
}
.section2-number h1{
	text-align: center;
	align-items: center;
    justify-content: center;
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 500;
    margin-top: 12%;
}

#section2-number-active{
	background-color: #1f1f1f;
}
#section2-number-active h1{
	color: white;
}
.section2-blank{
	width: 100%;
	height: 70px;
}