body {
	/*height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	font-family: 'Urbanist', sans-serif;
}

p {
    margin-bottom: 0.5rem;
}

.pb-15 {
	padding-bottom: 15px;
}

.service{
	position: relative;
	width:250px;
	height: 250px;
	padding: 15px;
	border-radius: 50%;
	background: rgb(102 0 102 / 50%);
	display: block !important;
	margin: 0 auto;
}

.service h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: 700;
}

.contact {
	margin-top: 15px;
	
}

/* Mobile Phone */
@media (max-width: 768px) {
.logo{
	padding: 0 15px;
	margin-bottom: 20px;
}

.service{
	width:100px;
	height: 100px;
}

h3 {
	font-size: 15px;
}
}