.featured-grid .item {
  padding: 0px;
  height: 370px;
}

.featured-grid .item .wrapper {
  height: 100%;
  display: table;
  width: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease;
}

.featured-grid .row {
  margin: 0px;
}

.featured-grid .item .wrapper .vertical {
  display: table-cell;
  vertical-align: bottom;
  transition: 0.3s ease;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7119222689) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7119222689) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7119222689) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.featured-grid .item .wrapper .vertical.middle {
  vertical-align: middle;
  background: transparent !important;
}

.featured-grid .item .wrapper .vertical.middle .texto h4 {
  color: #fff;
  font-family: RobotoBold;
  font-size: 30px;
  margin-bottom: 0px;
}

.featured-grid .item .wrapper .vertical.middle .texto {
  width: 215px;
  margin: 0 auto;
  text-align: left;
}

.featured-grid .item .wrapper .vertical.top .texto h4 {
  color: #fff;
  font-family: RobotoBold;
  font-size: 30px;
  margin-bottom: 0px;
}

.featured-grid .item .wrapper .vertical.top .texto {
  padding: 30px 40px;
}

.featured-grid .item a .vertical.top {
  transition: 0.3s ease;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.featured-grid {
  padding: 30px 0px;
}

.featured-grid .item a:hover .wrapper {
  opacity: 0.7;
}

.featured-grid h3 {
  font-family: RobotoBold;
  font-size: 28px;
  margin-bottom: 15px;
}

.featured-grid .pad .item {
  height: 280px;
}

.featured-grid .pad .item .wrapper .vertical.top .texto h4 {
  font-size: 21px;
}

.featured-grid .pad .item .wrapper .vertical.middle .texto h4 {
  font-size: 21px;
}

@media (max-width: 1199px) {
  .featured-grid .item {
    height: 309px;
  }
}
@media (max-width: 991px) {
  .featured-grid .item .wrapper .vertical.top .texto {
    padding: 15px;
  }
  .featured-grid .item .wrapper .vertical.top .texto h4 {
    font-size: 22px;
  }
  .featured-grid .item .wrapper .vertical.middle .texto h4 {
    font-size: 22px;
    padding: 15px;
  }
  .featured-grid .item {
    height: 230px;
  }
}
@media (max-width: 768px) {
  .featured-grid .item .wrapper .vertical.middle .texto h4 {
    font-size: 14px;
  }
  .featured-grid .item .wrapper .vertical.middle .texto {
    width: auto;
  }
  .featured-grid .item .wrapper .vertical.top .texto h4 {
    font-size: 14px;
  }
  .featured-grid .item {
    height: 135px;
  }
  .featured-grid h3 {
    font-size: 20px;
  }
  .featured-grid .order-3 {
    order: 4;
  }
  .featured-grid .order-4 {
    order: 3;
  }
}
