.g5plus-feature-box .feature-content {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
}
.g5plus-feature-box .feature-content > a {
  line-height: 1.2;
}
.g5plus-feature-box .feature-content .text-link {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  line-height: 1.8;
}
.g5plus-feature-box .feature-content .text-link i {
  padding-left: 5px;
  transform: translate(0%, -15%);
}
.g5plus-feature-box .feature-content p {
  margin-top: 8px;
  line-height: 1.6;
}
.g5plus-feature-box .feature-thumb {
  display: table-cell;
  position: relative;
}
.g5plus-feature-box .feature-thumb i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #fff;
}
.g5plus-feature-box .feature-thumb img {
  max-width: inherit;
  min-width: 100%;
  height: auto;
}
.g5plus-feature-box .feature-thumb a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
.g5plus-feature-box .feature-thumb a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(17, 17, 17, 0.3);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.g5plus-feature-box .feature-thumb a:hover:before {
  opacity: 1;
}
.g5plus-feature-box.style_02 .feature-thumb {
  display: inline-block;
}
.g5plus-feature-box.style_02 .feature-thumb img {
  width: 100%;
}
.g5plus-feature-box.style_02 .feature-content {
  margin-top: 27px;
  padding-left: 3px;
  padding-right: 0;
  display: inline-block;
}
@media (max-width: 450px) {
  .g5plus-feature-box .feature-content {
    display: block;
    margin-bottom: 30px;
  }
  .g5plus-feature-box .feature-thumb {
    display: block;
  }
}
