.services-mobile {
	display: none;
}

@media (max-width: 1399.98px) {
	.services-desktop {
		display: none;
	}

	.services-mobile {
		display: block;
	}

	/* .services-mobile .row{
		overflow-x: scroll;
	} */
}

@media (max-width: 540px) {
	footer .container{
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.nav.navbar .nav-link {
		font-size: 16px !important;
	}
}

.grecaptcha-badge {
	bottom: 140px !important;
}

.form-floating label {
    margin: 0.5rem 0.3rem;
}

/* Test comment */