.widget-snippet .pergolas-section{
  width:100%;
  background:#FAF9F7;
}
.widget-snippet .pergolas-area {
    max-width: 1360PX;
    margin: 0 auto;
    padding-bottom: 85px;
    padding-top: 35px;
}
.widget-snippet .pergolas-area .pergolas-image {
    display: flex;
    flex-wrap: wrap;
    max-width: 765px;
    margin-right: 0;
    margin-left: auto;
}
.widget-snippet .pergolas-area .col-md-8 {
    width: 56%;
}
.widget-snippet .pergolas-area .pergolas-image .img-1, .widget-snippet .pergolas-area .pergolas-image .img-2{
  position: relative;
}
.widget-snippet .pergolas-area .pergolas-image .img-1 img, .widget-snippet .pergolas-area .pergolas-image .img-2 img{
  position: relative;
  padding: 15px;
}
.widget-snippet .pergolas-area .pergolas-image .img-1:before, .widget-snippet .pergolas-area .pergolas-image .img-2:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: 200px;
    height: 208px;
    background: #000;
}
.widget-snippet .pergolas-area .pergolas-image .img-2:before {
    background: #E8542C;
    right: -2px;
    bottom: -2px;
    left: auto;
    top: auto;
}

.widget-snippet .pergolas-area .col-md-4 {
    width: 44%;
}

.widget-snippet .pergolas-area  .pergolas-content p{
  font-size:19px;
  line-height:30px;
   font-family:'Graphik';
    color:#0E130C;
}
