     .widget-snippet  .fencing-instructions-area {
      margin: 0 auto;
      position:relative;
      width:100%;
       }
.widget-snippet .fencing-instructions-area .container .row:nth-child(1) {
    margin-bottom: 40px;
}
      .widget-snippet  .fencing-instructions {
         margin-right:30px;
	}
	.widget-snippet  .fencing-instructions h4{
	margin: 0;
	font-size: 20px;
	color: #000;
	font-family: 'Gilroy';
	font-weight:bold;
	}

	.widget-snippet .fencing-instructions p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family: 'Gilroy';
	font-weight:normal;
       margin-top: 30px;
	}

.widget-snippet .fencing-instructions-area .container .row  .col-md-4 img {
    height: auto;
    width: 100%;
   -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-snippet .fencing-instructions-area .container .row  .col-md-4 img:hover {
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
transform: scale(1.03);
}
