
	.cv_div_year {
	padding: 8px;
	font-family: 'Montserrat-b';
	font-size: 20px;
	border-top: dotted 5px #d1dadf;
	margin-top: 10px;
	/* border-bottom: dotted 5px #d1dadf; */
}
   .cv_bigdiv {
    /* margin-bottom: 24px; */
    overflow-y: scroll;
    /* text-align: justify; */
}
    .cv_bigdiv h2{
        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
		font-family: 'Montserrat-b';
    }


/* Responsive Design */
@media (max-width: 800px) {
  .cv_bigdiv ul {
	font-size: 14px;
}
}