.products-items-6 .p-img,
.products-items-6 .p-text {
  display: table-cell;
  vertical-align: top;
}
.products-items-6 .sl-icons {
  font-size: 33px;
}
.products-items-3 .sl-icons {
  font-size: 34px;
}
.products-items-4 .sl-icons {
  font-size: 33px;
}
.products-items-3 .slick-arrow {
  position: absolute;
  top: 40%;
  margin-top: -7px;
  border: none;
  width: 13px;
  height: 25px;
  text-indent: -9999px;
  z-index: 9;
}
.products-items-3 .p-title {
  font-family: 'clear_sansbold';
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 7px;
}
.products-items-3 .p-desc {
  font-family: 'Cantarell', sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #797979;
}
.products-items-3 .slick-prev {
  background: url(../images/slick-prev-gray.png) no-repeat;
  left: -28px;
}
.products-items-3 .slick-next {
  background: url(../images/slick-next-gray.png) no-repeat;
  right: -28px;
}
.products-items-3 .slick-slide {
  text-align: left;
}
.products-items-3 .p-img {
  display: table;
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.products-items-3 .slick-slide:hover .p-img span {
  color: #fff;
}
.products-items-3 .slick-slide .icon-monitor img {
  margin-left: -17px;
  margin-top: -15px;
}
.products-items-3 .slick-slide .icon-tablet img {
  margin-left: -13px;
  margin-top: -16px;
}
.products-items-3 .slick-slide .icon-ux img {
  margin-left: -16px;
  margin-top: -11px;
}
.products-items-3 .slick-slide .icon-digital img {
  margin-left: -10px;
  margin-top: -16px;
}
.products-items-3 .slick-slide .icon-ecomerce img {
  margin-left: -16px;
  margin-top: -15px;
}
.products-items-3 .slick-slide .icon-app img {
  margin-left: -13px;
  margin-top: -16px;
}
.products-items-3 .slick-slide img {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
}
.products-items-3 .slick-slide .img-hover {
  opacity: 0;
}
.products-items-3 .slick-slide:hover .img-hover {
  opacity: 1;
}
.products-items-3 .slick-slide:hover img {
  opacity: 0;
}
.products-items-3 .bt-small {
  font-size: 12px;
  line-height: 12px;
}
.products-items-3 .read-m {
  margin-top: 55px;
}
.products-items-6 .p-img {
  width: 35px;
  text-align: center;
}
.products-items-6 .p-text {
  padding-left: 15px;
}
.products-items-6 .p-desc {
  font-size: 16px;
  line-height: 21px;
  color: #797979;
  width: 75%;
  height: 64px;
  overflow: hidden;
  word-break: break-word;
  margin-bottom: 50px;
}
.products-items-6 .p-title,
.products-items-4 .p-title {
  font-family: 'clear_sansbold';
  font-weight: bold;
  font-size: 19px;
  line-height: 19px;
  color: #333333;
  text-transform: capitalize;
}
.products-items-4 .p-img {
  line-height: 0px;
  margin-bottom: 16px;
}
.products-items-4 .p-desc  {
  font-size: 16px;
  line-height: 21px;
  color: #797979;
  height: 64px;
  overflow: hidden;
  word-break: break-word;
  margin-top: 6px;
}
.icon-overlay {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
