
/** weare-section **/

.weare-section{
  position: relative;
  padding-bottom: 120px;
}

.weare-section .single-item .inner-box{
  position: relative;
  display: block;
  border: 1px solid #ecebe3;
  padding: 24px 30px 23px 158px;
  background: #fff;
  min-height: 148px;
  transition: all 500ms ease;
}

.weare-section .single-item .inner-box:hover{
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.weare-section .single-item .inner-box .image-box{
  position: absolute;
  left: 20px;
  top: 0px;
  width: 108px;
  height: 128px;
  background: #22272b;
}

.weare-section .single-item .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #22272b;
  width: 100%;
  height: 10px;
  left: 0px;
  top: -10px;
}

.weare-section .single-item .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.weare-section .single-item .inner-box:hover .image-box img{
  opacity: 0.5;
}

.weare-section .single-item .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 13px;
}

.weare-section .inner-content{
  position: relative;
  margin: 0px 7.5px;
}

.weare-section .single-column{
  padding: 0px 7.5px;
}

.weare-section .sec-title{
  margin-bottom: 57px;
}