.widget-snippet .clients-page-area {
position:relative;
background:#fff;
}
.widget-snippet .clients-page-area .clients-text {
	margin: 20px 0 30px 0;
}
.widget-snippet .clients-page-area .clients-text p{
	font-size: 17px;
	text-align: left;
	color: #262626;
	line-height: 26px;
	 font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.widget-snippet .clients-page-area table {
  border-collapse: collapse;
  border-color:#fff;
}
.widget-snippet .clients-page-area table td {
  border: 1px solid #0072bc21;
  padding: 20px 30px;
  text-align:center;
}
.widget-snippet .clients-page-area table tr:first-child td {
  border-top: 0;
}
.widget-snippet .clients-page-area table tr td:first-child {
  border-left: 0;
}
.widget-snippet .clients-page-area table tr:last-child td {
  border-bottom: 0;
}
.widget-snippet .clients-page-area table tr td:last-child {
  border-right: 0;
}

.widget-snippet .clients-page-area table td img {
	width: auto;
	height: auto;
	kit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .clients-page-area table td:hover img{
			-webkit-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
			transform: scale(1.05);
		}
body.widget-snippet .clients-page-area table tr{
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
body.widget-snippet .clients-page-area table td img {
	padding:30px;
}
