body.widget-snippet .full-we-can-do h2 {
  max-width: 700px;
  margin: 0 auto;
    margin-bottom: 0px;
  padding: 20px 0;
  margin-bottom: 85px;
}
body.widget-snippet .full-we-can-do::after {
  display:none;
}
body.widget-snippet .item-content p{
    opacity:unset;
}
body.widget-snippet .single-items{
  z-index: unset;
}
:root{
  --bordersize: 1px;
}
.full-we-can-do{
 background: #273039;
  padding:112px 0 150px;
}
 .full-we-can-do::before {
  position: absolute;
  content: "";
  left: 0;
  top:0;
  background: url("/template/bcf634fd/images/wecan-left.png") no-repeat left;
  width: 304px;
  height: 665px;
}
.full-we-can-do::after {
  position: absolute;
  content: "";
  right: 0;
  top:0;
  background: url("/template/bcf634fd/images/wecan-right.png") no-repeat left;
  width: 505px;
  height: 1135px;
}
.full-we-can-do h2 {
  margin-bottom: 85px;
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
}
.single-items{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  max-width:1380px;
  margin:0 auto;
  z-index: 1;
  position: relative;
}
.single-item{
  flex: 1 0 33.333%;
  border-left: var(--bordersize) solid #ccc;
  border-bottom: var(--bordersize) solid #ccc;
  margin-left: calc(-1 * var(--bordersize));
  margin-bottom: calc(-1 * var(--bordersize));
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  padding: 36px 75px;
   transition: transform 0.2s 0.05s;
    position: relative;
}
.single-item:before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background:transparent;
  border-style: solid; 
  border-width: 1px;
  opacity: 0.05;
}
.single-item:nth-of-type(1):before{
  border-image:linear-gradient(to left,#ccc, rgba(0, 0, 0, 0)) 1 1 100%;
}
.single-item:nth-of-type(2):before{
  border-image:linear-gradient(#ccc, rgba(0, 0, 0, 0)) 1 1 100%;
}
.single-item:nth-of-type(3):before{
  border-image:linear-gradient(to right,#ccc, rgba(0, 0, 0, 0)) 1 1 100%;
}
.single-item:nth-last-of-type(1):before, .single-item:nth-last-of-type(2):before, .single-item:nth-last-of-type(3):before{
 display: none; 
}
.single-item:nth-of-type(1), .single-item:nth-of-type(2), .single-item:nth-of-type(3){
  padding-top: 0;
       border-left-color:#ccc;
     border-bottom-color:#ccc;
border-image:linear-gradient(to top,rgba(255,255,255,0.1), rgba(0, 0, 0, 0)) 1 100%;
  
}
.single-item:nth-last-of-type(1), .single-item:nth-last-of-type(2), .single-item:nth-last-of-type(3){
  padding-bottom: 0;
       border-left-color:#ccc;
     border-bottom-color:#ccc;
  border-image:linear-gradient(to bottom,rgba(255,255,255,0.1), rgba(0, 0, 0, 0)) 1 100%;
  padding-top: 56px;
}
  .item-img{
   width: 60px;
    height: 50px;
    text-align: center;
    margin-bottom:20px;
    display: block;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
  }

  .single-item:hover img{
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
    filter: grayscale(99.999%);
  }
  .item-content{
    display:block;
    width:100%;
    text-align:center;
}
.item-content h3{
      font-size:24px;
      margin:0 0 10px;
    color: #fff;
    }
.item-content p{
      font-size:16px;
  color: #fff;
  opacity: 0.6;
    }
