.wce-posts-carousel-equipe article {
  padding-top: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;

  .inner {
    text-align: center;
    background: #fff;
    padding: 30px 70px;
    height: 335px;
  }

  &:nth-child(odd) .inner {
    background: #F9F9F8;
  }

  .wp-post-image {
    margin: -60px auto 0;
    max-width: 7em;
    padding: 0;
    border-radius: 100%;
  }

  .excerpt {
    font-size: 15px;
    color: #595959;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .post-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .post-cat {
    color: #6d8151;
    text-transform: uppercase;
    font-size: 18px;
  }
}


.wce-posts-carousel-equipe {
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e2a612;
    font-size: 10px;

  }
  .slick-dots li button:before {
    opacity: 1;
    color: #e1e1e0;

  }
  .slick-dots {
    bottom: -45px;
    li {
      margin: 0;
    }
  }
}
