.uls-home-img img {
	max-width: 100%;
	width: 100%;
}

.uls-home-services {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.uls-home-header-wrapper {
	display: flex;
	gap: 5%;
}

.uls-home-header-1,
.uls-home-header-2 {
	font-size: 400%;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.uls-home-header-1 {
	color: #363a94;
}

.uls-home-header-2 {
	color: #3678c2;
}

.uls-home-header-description {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 120%;
	width: 58%;
	margin-bottom: 2rem;
}