.banefits-banner{
  background:#f2f2f2;
}
.benefits-banner-content{
  width:100%;
  height:auto;
  position: relative;
  background-image:url('../images/img/benefits-banner.png');
  background-color:#101010;
  background-position-x:right;
  background-position-y:center;
  background-size:contain;
  background-repeat:no-repeat;
  height:80vh;
  display: flex;
}
.benefits-banner-content
.benefits-hdr-contaner{
  margin:auto 0;
  padding:0 40px;
}
.benefits-banner-content h1{
  text-transform: uppercase;
  font-weight: 600;
  color:#379c11;
  font-size:90px;
  line-height: 70px;
}
.benefits-banner-content h4{
  text-transform: capitalize;
  font-weight: 600;
  color:#fff;
  font-size:40px;
  line-height: 40px;
  letter-spacing: 2px;
}


.banner-img-right{
  position: relative;
  background:#f2f2f2;
}
.banner-img-right img{
  position: absolute;
  top:27px;
  right:10%;
  min-width: 0;
  width:80%;
}

.benefits-feature-container{
  padding-left:40px;
  padding-top:50px;
  padding-bottom:50px;
}

.benefits-feature-container h3{
  font-weight:600;
  color:#fff;
}

.benefits-feature-container ul li{
  font-weight:400;
  color:#fff;
}

.other-benefits{
  padding:80px 0;
  background:#f2f2f2;
}

.other-benefits-title{

}
.other-benefits-title h1{
  text-align: center;
  margin-bottom:30px;
  font-weight:600;
}

.other-benefits-list{
  position: relative;
  font-weight: 500;
  color:rgba(0,0,0,0.70);
  padding:15px 20px;
  background:#fff;
  margin-bottom:10px;
  border-radius: 4px 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.other-benefits-list::after{
  position: absolute;
  content: '';
  left:0;
  top:0;
  width:4px;
  height:100%;
  border-radius:0 0 0 4px;
  background:#379c11;
}
