#home-title-container {
  margin: 0 auto;
}

.home-title {
	color: #000;
	line-height: 1.2;
	text-align: center;
	line-height: 150%;
}

.home-title.mobile {
	display: none;
}

.fa.fa-circle.orange {
	color: #f7941d;
	line-height: 150%;
}

.fa.fa-circle.green {
	color: #b2d234;
	line-height: 150%;
}

.home-title.desktop .fa {
	font-size: 30px !important;
	letter-spacing: 0.1px;
	margin: 0 !important;
	position: relative !important;
	bottom: 2.5px;
}

@media (max-width: 768px) {
	.home-title.desktop .fa {
		font-size: 27.33px !important;
		position: relative !important;
		bottom: 3px;
	}
		.home-title.desktop {
		display: none;
	}
	
.home-title.mobile {
	display: block;
	text-align: center;
	}
	
.home-title.mobile .fa {
  line-height: 150%;
  font-size: 26px !important;
  letter-spacing: 0.1px;
  margin: 0 !important;
  position: relative !important;
  bottom: 3px;
}
}

@media (max-width: 580px) {	
.home-title.mobile .fa.fa-circle {
		font-size: 27.33px !important;
		margin: 0 !important;
		position: relative;
		bottom: 3px;
	}
}

@media (max-width: 480px) {
	.home-title.mobile .fa.fa-circle {
		font-size: 1.5rem !important;
		bottom: 2px;
		position: relative;
	}
}

/*--- Home ---*/
#homedotline {
max-width: 90%;
margin: 0 auto;
}

@media (max-width: 1024px) {	
#homedotline {
  max-width: 100%;
  margin: 0 auto;
}
}

#scopribtn, #formospitarebtn, #formospitebtn {
  line-height: 150%;
}

#scopribtn .elementor-button-content-wrapper,
#formosparebtn .elementor-button-content-wrapper,
#formospitebtn .elementor-button-content-wrapper {
  line-height: 150%;
}

#scopribtn .elementor-button-text,
#formosparebtn .elementor-button-text,
#formospitebtn .elementor-button-text {
  line-height: 150%;
}

#scopribtn:focus, #formosparebtn:focus, #formospitebtn:focus {
  outline: solid 4px #000 !important;
  background-color: #fff !important;
  border-radius: 4px !important;
}