
 .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';
    }


  .imgproject img{
    width:250px;
    height:150px;
    object-fit: cover;
  }


  #all-projects{
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}

.projects {
	width: 250px;
	display: flex;
	flex-direction: column;
	margin: 10px;
	/* padding: 10px; */
	align-items: center;
	/* justify-content: center; */
	border-top: dotted 5px #9ba0a5;
	padding-top: 10px;
}
.descproject h3 {
	font-size: 20px;
	font-family: Montserrat-b;
	text-align: center;
}

.descproject p {
	font-size: 12px;
	/* line-height: 1.4; */
	text-align: justify;
}

