 
      .widget-snippet .why-us-area {
        margin: 0 auto;
         position:relative;
         width:100%;
        }
       .widget-snippet .why-us-details {
        margin-right:30px;
	}
	.widget-snippet .why-us-details h3{
	margin: 0;
	font-size: 25px;
	color: #000;
	line-height: 50px;
	font-family: 'Gilroy';
	font-weight:bold;
	}
	.widget-snippet .why-us-details h6{
    margin: 0;
    font-size: 20px;
    color: #ff0000;
    line-height: 33px;
    font-family: 'Gilroy';
    font-weight: 500;
    padding: 18px 0;
	}
	 	 
	 
 .why-us-area .container .row .col-md-4 img{
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      }
 .why-us-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);
}
 
