.cases-conatiner {
  padding: 80px 0;
}

.cases-content {
  max-width: 1040px;
  width: 100%;
}

.cases-content .title {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #222;
}

.article img.img {
  margin-bottom: 60px;
}

.article p {
  margin-bottom: 35px;
  line-height: 1.5;
  font-size: 16px;
}

.cases-img-lists .item {
  margin-bottom: 40px;
  overflow: hidden;
  transition: all 1s;
}

.cases-img-lists .item img {
  width: 100%;
  transition: all 1s;
}

.cases-img-lists .item .desc {
  padding: 30px 20px;
  background: #f9f9f9;
}

.case-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-family: 'Raleway-Bold';
  margin-bottom:  20px;
  line-height: 1.5;
  height: 60px;
  transition: all 0.5s;
}

.cases-img-lists .item .desc a svg {
  margin-left: 10px;
  transition: all 0.8s;
}

.cases-img-lists .item:hover img {
  transform: scale(1.1);
  transition: all 1s;
}

.cases-img-lists .item:hover .case-title {
  color: #12bc66;
  transition: all 0.5s;
}

.cases-img-lists .item .desc a:hover {
  color: #12bc66;
}

.cases-img-lists .item .desc a:hover svg {
  transform: translateX(10px);
  transition: all 0.8s;
  fill: #12bc66;
}

@media (max-width: 1023px) {
  .cases-conatiner {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .cases-conatiner {
    padding: 40px 0 20px;
  }

  .case-title {
    height: auto;
  }
} 