.widget-snippet .specialised-content-section {
	margin: 0 auto;
	position: relative;
	width: 100%;
}
body.widget-snippet .specialised-content-section{
max-width: 1200px;
}

.widget-snippet .specialised-content-section .row {
	margin: 20px -15px;
	margin-top: 0;
}
.widget-snippet .specialised-content-section .col-md-6 {
	margin-bottom: 15px;
}
.widget-snippet .specialised-content-section  img {
	height: auto;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .specialised-content-section  img:hover {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(1.03);
}
.widget-snippet .specialised-content-section   p {
	color: #000000;
	font-size: 20px;
	font-family: 'Gilroy';
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0 15px 15px 15px;
}
.widget-snippet .specialised-content-section  h4 {
	color: #000000;
	font-size: 20px;
	font-family: 'Gilroy';
	font-weight: 500;
	line-height: 30px;
	margin: 0;
	padding: 0 15px 15px 15px;
}
.specialised-content-section .container{
width: 100%;
padding-left: 0;
padding-right: 0;
}