.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.why-image img {
	max-width: 500px;
	width: 100%;
	margin: auto;
}

.services-list-item {
	margin: 15px auto;
}

.services-wrapper {
display: flex;
justify-content: space-around;
}

.services-global .main-wrapper {
	gap: 1%;
	justify-content: space-between;
	max-width: 1500px;
}

.services-global .main-right {
	width: 35%;
	text-align: center;
}