.projects{
	margin-bottom: 50px;
}
.projects__item{
	text-align: center;
	padding: 55px 0 24px;
}
.projects__item:nth-child(even){
	background: #eeeeee;
}
.projects__images{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 153px;
	margin: 0 auto 56px;
}

.projects__images svg {
	fill: currentColor;
}

.projects__title{
	font-size: 20px;
	line-height: 24px;
	font-family: "montserratbold", Arial, sans-serif;
	margin-bottom: 16px;
}
.projects__preview{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 24px;
}

@media (min-width: 576px) {
	.projects{
		padding-top: 62px;
	}
	.projects__item{
		padding-top: 58px;
		padding-bottom: 68px;
	}
	.projects__item-inner{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.projects__images{
		flex-shrink: 0;
		flex-grow: 0;
		width: 34.23%;
		max-width: 380px;
		height: auto;
		margin-right: 75px;
		margin-bottom: 0;
	}

	.projects__images svg {
		width: 220px;
		height: auto;
		max-width: 100%;
	}

	.projects__text{
		flex-shrink: 1;
		flex-grow: 1;
		text-align: left;
	}
	.projects__title{
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 21px;
	}
	.projects__preview{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 24px;
	}
}
