
.crp_related ul {
padding:0px;
text-align:center;
}

.crp_related li {
  list-style: none;
  float:left;
  width: 29%;
  margin-right:20px;
  margin-bottom:20px;
  height:220px;
  }
  
  
  div.another:before {
content: '';
    display: block;
    position: relative;
    left: -19px;
    top: 16px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #ff0076;
    border-radius: 4px;
  }
  
  
@media (max-width: 600px) {
 .crp_related li {
 width:240px;
}
}
  
  
  
    .another  {
padding: 0 0 20px 17px;
  }
  
  
  .crp_related img{
clear:both;
margin-bottom:5px;
  }
  

  a.crp_title {
  clear:both;
      color: #111;
    font-size: 18px;
  display: block;
  }
  
  .another {     
  margin-top: 40px;
    font-size: 24px;
	color:#333;
	}
  
  
  .crp_clear {
  clear:both;
  }
  