/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url("../../img/werkstatt/GGL-Werkstatt-6-web.jpg");
  overflow: hidden;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: top right;
  width: 100%;
  height: auto;

}

.work-left-text {
  background: #7099e8 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}
 /*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {

  background: #f2f2f2;

}
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f1f1f1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #000;
  transition: ease-in-out 0.3s;

  
}

.features .icon-box h3 a:hover {
 color: #000;
    cursor: default;
}  