.feature-wrapper {
  padding: 60px 0 0;
}

.feature-wrapper .feature-list .feature-item {
  margin-bottom:40px;
}

.feature-wrapper .feature-list  .feature-row {
  padding: 10px 0;
}




.feature-wrapper .feature-list .news-item {
  /*position: relative;*/
  /*top: 0;*/
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  margin: 10px 0;
  transition: top 0.5s;
  box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
}

.feature-wrapper .feature-list .news-item:hover .news-item-img img {
  /*transform: translate(-50%, -50%) scale(1.1);*/
    transform: scale(1.1);
}

.feature-wrapper .feature-list .news-item:hover .card-body {
  background-color: var(--primary-color);
  color: #fff;
  height: 100%;
}

.feature-wrapper .feature-list .news-item:hover .card-body .card-title {
  color: #fff;
}

.feature-wrapper .feature-list .news-item:hover .card-body .card-text {
  color: #fff;
}

.feature-wrapper .feature-list .news-item:hover .card-body .card-info {
  color: #fff;
}

.feature-wrapper .feature-list .news-item:hover .card-body .card-info i {
  color: #fff;
}

.feature-wrapper .feature-list .news-item:hover .card-body .more {
  color: #fff;
}

.feature-wrapper .feature-list .news-item .news-item-img {
  position: relative;
  overflow: hidden;
}

.feature-wrapper .feature-list .news-item .news-item-img a {
  display: block;
  height: 100%;
}

.feature-wrapper .feature-list .news-item .news-item-img img {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.feature-wrapper .feature-list .news-item .card-body {
  display: inline-block;
  padding: 20px 20px 15px;
  transition: background-color 0.5s;
  width: 100%;
  height: 100%;
}

.feature-wrapper .feature-list .news-item .card-body .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: all 300ms ease;
}

.feature-wrapper .feature-list .news-item .card-body .card-text {
  margin-top: 5px;
  font-size: 13px;
  color: #222;
  /*height: 100%;*/
  line-height: 22px;
  transition: all 300ms ease;
}

.feature-wrapper .feature-list .news-item .card-body .card-info {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
  transition: all 300ms ease;
}

.feature-wrapper .feature-list .news-item .card-body .card-info i {
  color: #999;
  transition: all 300ms ease;
}

.feature-wrapper .feature-list .news-item .card-body .card-info span {
  margin-right: 10px;
}

.feature-wrapper .feature-list .news-item .card-body .more {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  color: var(--primary-color);
  transition: all 300ms ease;
}
