.our-services {
	color: var(--primary-color);
	background-color: var(--white-color);
	padding: 30px 30px 30px 30px;
}
.our-services ul{
	font-size: 14px;
  list-style: none;
}

.services-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.services-btn .btn-green {
    display: inline-block; /* ensures it's not full width */
}
