.cont-projects article{
  vertical-align: top;
 display: inline-block;
    width: 33%;
    margin-bottom: 20px;
  padding: 0 15px;
}

.cont-projects article .cont-article{
   -webkit-box-shadow: 0px 2px 4px 3px rgb(0 0 0 / 27%);
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 27%);
    border-radius: 5px;
    overflow: hidden;
}

.cont-projects article .text-cont{
  padding: 5px 10px;
  display: table;
}
.cont-projects article .text-cont h2{
  font-size: 18px;
}
.cont-projects article .text-cont .readmore{
  text-align: right;
  padding-right: 5px;
  font-size: 13px;
  vertical-align:bottom;
  display: table-row;
  height: 24px;
}


.cont-projects article .text-cont .extract p{
  font-weight: normal;
  font-size:12px;
  line-height: 1.4;
}