.poli-recirculator{
  max-width: 1160px;
  margin: 60px auto;
  overflow: hidden;
  border-top: #00E7B4  10px solid;
  border-bottom: #5C42AB 10px solid;
  padding: 20px 0 24px;
}

.poli-recirculator a{
  color: #333;
  text-decoration: none;
}

.poli-recirculator a:hover h3{
  color: #5C42AB;
}

.poli-recirculator .pstory{
    width: 22.6%;
    margin-right: 3%;
    display: block;
  float: left;
  overflow: hidden;
  position: relative;
}
.poli-recirculator .pstory:last-child{
  margin-right: 0px;
}

.poli-recirculator h3{
  text-align: left;
  font-size: 19px;
  line-height: 25px;
  white-space: initial;
  margin: 2px 0 10px;
  height: 100px;
}

.poli-recirculator .ptime{
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  margin: 2px 0;
    color: #ccc;
    font-family: "NHaasGroteskTXPro-55Rg","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media only screen and (max-width: 1160px){
  .poli-recirculator{
    width: 96%;
  }
}

@media only screen and (max-width: 1024px){
  .poli-recirculator h3{
    font-size: 17px;
    line-height: 23px;
    height: 90px;
  } 
}

@media only screen and (max-width: 880px){
  .poli-recirculator .pstory{
      width: 45%;
      margin-left: 2.5%;
      margin-right: 2.5%;
      margin-top: 16px;
      margin-bottom: 16px;
  }
  .poli-recirculator .pstory:after{
    content: '';
    margin-top: 8px;
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #fff;
    bottom: 0px;
    left:0px;
    border-bottom: 1px solid #aaa; 
  }
  .poli-recirculator .pstory:last-child{
    margin-right: 2.5%;
  }
  .poli-recirculator h3{
    height: 70px;
  }
}

@media only screen and (max-width: 586px){
  .poli-recirculator .pstory{
      width: 96%;
      margin-left: auto;
      margin-right: auto;
  }
  .poli-recirculator h3{
    font-size: 19px;
    line-height: 25px;
    height: 62px;
  }
}

@media only screen and (max-width: 420px){
  .poli-recirculator h3{
    font-size: 16px;
    line-height: 23px;
    height: 60px;
  }
}