
/**
incotri e campeggi*/
.my-border {
	width: 100% !important;
	border-style: solid;
	border-radius: 40px ;
	border-color: #ff6a00;
	border-width: 7px;
}


.my-center-b-0 {
	margin-top: 10px !important;
	margin-bottom: 0;
	text-align:center;
}

@media (max-width: 991.98px) {
	.my-border{
		border-radius: 22px !important;
		border-width: 5px !important;
	}
}