.widget.clients-develop {
	color:#000;
	font-family: Gilroy, sans-serif;
	background-image: linear-gradient(to right, transparent 30%, #fff 30%);
}
.widget.clients-develop .read-all__link {
	margin-top: 50px;
}
.widget.clients-develop .title-1 {
	font-weight: bold;
	font-size: 48px;
	line-height: 133.3%;
}

.widget.clients-develop .number {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #AB3362;
	font-weight: bold;
	font-size: 118px;
}
.widget.clients-develop .widget-content {
	background: #fff;
	padding: 110px 0 30px;	
}
.widget.clients-develop .text {
	font-weight: normal;
	font-size: 24px;
	line-height: 133.3%;
}
.widget.clients-develop .widget-header {	
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal; 
}
.widget.clients-develop .widget-header.center {
	text-align:center;
}
.widget.clients-develop .image {
	text-align:center;
	margin-bottom: 88px;
	cursor:pointer;
}
.widget.clients-develop .image img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	transition: 0.3s;
}
.widget.clients-develop .image:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none; /* IE 6-9 */
}
.widget.clients-develop .show_all {
	text-align:center;
	padding-bottom: 50px;
}
.widget.clients-develop .show_all  a {
	display: inline-block;
	text-align: center;
    font-size: 16px;
    font-family: Rubik, sans-serif;
	color:#fff;
	transition: 0.4s;
	border: 2px solid #d6d6d6;
	padding: 15px 25px;
    text-decoration: none;
    border-radius: 25px;
    transition-property: background-color, border-color, color;
    transition-duration: 0.4s;
}
.widget.clients-develop .show_all  a:hover {
	text-decoration:none;
	color:#c60662;
	border: 2px solid #c60662;
}
@media (max-width: 1024px) {
	.clients-develop-container {
		flex-wrap: wrap;
	}
	.widget.clients-develop .first-col,
	.widget.clients-develop .second-col {
		width: 100%;
	}
	.widget.clients-develop .widget-content {
		padding: 30px 0;
	}
	.widget.clients-develop .image {
		margin-bottom: 50px;
	}
	.widget.clients-develop .title-1 {
		display: none;
	}
}
