.section-projects-new {
	padding: 80px 0;
}
.section-projects-new .section__title{
	text-transform: uppercase;
}
.section-projects-new .slick-slide{
	margin: 0 10px;
}
.section-projects-new .slick-list{
    overflow: visible;
}
.section-projects-new .projects__slide{
	border-radius: 24px;
	box-shadow: 0px 2px 14px 0px rgba(0, 93, 143, 0.2);
	overflow: hidden;
}
.section-projects-new__slider-item img{
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.section-projects-new__slider-item-name{
	background: rgba(247, 248, 248, 1);
	display: flex;
	align-items: center;
	padding: 10px 25px;
	position: relative;
}
.section-projects-new__slider-item-name span{
	font-weight: 600;
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: center;
	transition: .4s;
}
.section-projects-new__slider-item-name span::before{
	content: '';
	background-image: url('data:image/svg+xml,<svg width="23" height="32" viewBox="0 0 23 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5879 20.2882C18.5879 24.2755 15.4137 27.5074 11.4997 27.5074C7.58575 27.5074 4.41162 24.2746 4.41162 20.2882V2.59375L7.84068 4.61034V20.2882C7.84068 22.3458 9.4795 24.0149 11.4997 24.0149C13.52 24.0149 15.1588 22.3458 15.1588 20.2882C15.1588 18.909 14.4228 17.7036 13.3283 17.0593L13.3216 17.0554L9.80151 14.9861V10.952L11.7058 12.0715L14.9969 14.0071L15.0438 14.0345L15.0783 14.054C17.1791 15.3073 18.5898 17.6294 18.5898 20.2882H18.5879Z" fill="%23FF88BD"/><path d="M22.999 20.2879C22.999 26.7565 17.8507 32 11.4995 32C5.14838 32 0 26.7565 0 20.2879V0L3.43002 2.01659V20.2879C3.43002 24.8277 7.04308 28.5076 11.4995 28.5076C15.956 28.5076 19.57 24.8277 19.57 20.2879C19.57 18.7164 19.1378 17.2474 18.3864 16C17.6964 14.8541 16.7399 13.8936 15.6033 13.2084L15.5343 13.1674L15.4902 13.141L9.80224 9.796V5.76184L17.2498 10.1415C20.6874 12.1669 23 15.9522 23 20.2879H22.999Z" fill="%23FF88BD"/></svg>');
	width: 23px;
	min-width: 23px;
	height: 32px;
	margin-right: 16px;
	background-size: cover;
	background-position: center;
	display: block;
}
.section-projects-new__slider-item:hover .section-projects-new__slider-item-name span{
	color: var(--bwt-pink);
}