  .imgsml {
  margin: 0 auto;
  width: 222px;
  height: 222px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  }
  .wpb_row:nth-child(3n + 1) {
    background-color: #ffffff;
}
.wpb_row:nth-child(3n + 2) {
    background-color: #e8ffee;
}
.wpb_row:nth-child(3n + 3) {
    background-color: #efefef;
}
.readmore{
	  display: block;
  color: #6cc08c;
  font-weight: 600;
  font-size: 1.1em;
  text-align: center;
  margin-top: 35px;
  cursor: pointer;
}