article ol li{
    width: 25%;
    text-align: center;
    padding: 0 20px 10px;
  border-right: 2px dotted #6c85ca;
}
article ol{
    padding: 0;
    margin-top: 30px;
}
article ol li p{
    text-indent: 0;
    color: #000;
    line-height: 20px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
article ol li a{
    display: inline-block;
    background: #4f8fcd;
    border-radius: 1rem;
    color: #fff;
    font-weight: 600;
   font-size: 15px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
  .left figure {margin-bottom:1rem;}
.m-four-l img {
  width: 100%;
 }
@media (max-width:992px){
  article ol li a{  
      width: 100%;}
}
@media (max-width:575px){
    article ol li {
  width: 50%;}
}