.why-choose-list {
text-align: start;
margin-block: 15px 30px;
}

.process-item {
	position: relative;
	width: 32.5%;
	margin: 25px auto;
	padding: 40px 25px 30px;
	background: var(--dark-blue);
	text-align: center;
	border-radius: 15px;
}

.service-list {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	justify-content: center;
}

.service-item {
	text-align: center;
	width: 47.333%;
	max-width: 720px;
	padding: 30px 20px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	background: #fff;
	margin-inline: auto;
}

.service-item-last {
	width: 97.333%;
}

.value-list {
text-align: start;
}

.form_field_wrapper {
	display: flex;
}

@media (max-width: 981px) {
  .process-item {
    width: 48.5%;
  }
}

@media (max-width: 550px) {
  .process-item {
    width: 100%;
  }
}