.services.software .services-list-li {
	width: 100%;
}

/************************* HOW WE WORK SECTION *********************************/
.services-how-we-work {
	padding: 5rem 0 10rem;
	background-color: #fbfafa;
	margin-top: 5rem;
}

.how-we-work-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.how-we-work-item {
	flex: 1;
	margin: 4rem 1rem 0;
	position: relative;
	min-width: 33rem;
	max-width: 33rem;
	display: flex;
	align-items: center;
}

.arrow-img {
	margin-top: 7rem;
	margin-left: 1rem;
}

.arrow-img img {
	height: 100%;
}

.how-we-work-item-img img {
	width: 5.3rem;
}

.how-we-work-item-title {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	line-height: 1.3;
}

.how-we-work-item-title h2 {
	font-size: 2.1rem;
	color: #292626;
	flex: 1;
}

.how-we-work-item-number {
	font-size: 3rem;
	font-weight: bold;
	margin-right: 1rem;
	color: #f1cd00;
	font-family: "helvetica";
	margin-right: 1.3rem;
}

.how-we-work-item-desc {
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1.3;
	padding-right: 2rem;
}

@media (max-width: 768px) {
	.how-we-work-item .arrow-img {
		display: none;
	}
	.how-we-work-item-img {
		text-align: center;
	}
	.how-we-work-container {
		margin-top: 0;
	}
	.how-we-work-item-title h2 {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.how-we-work-item-desc {
		font-size: 1.2rem;
	}
	.how-we-work-item {
		min-width: 25rem;
	}
}
