.listapuntata li {
	position:relative;
	padding-left:25px;
}
.listapuntata li:before {
	position:absolute;
	display:inline-block;
	top:2px;
	left:0px;
	font-family: "Font Awesome 5 Free";
	content:"\f0a4";
	color:#ffcc33;
}
.listapuntata-small li{
	position:relative;
	padding-left:25px;
    font-size: 80%;
    font-weight: 400;
}
.listapuntata-small li:before {
	position:absolute;
	display:inline-block;
	top:2px;
	left:0px;
	font-family: "Font Awesome 5 Free";
	content:"\f0a4";
	color:#ffcc33;
}

.corsi-online.parallax {
  background: url('/archive/corsi-facili-per-terza-eta-mobile.jpg') no-repeat center center;
  background-size: cover; 
  height: 500px;
  width: 100%;

  @media screen and (min-width: 993px) {
    background-image: url('/archive/corsi-facili-per-terza-eta.jpg');
    background-attachment: fixed; 
    background-position: center; 
    background-size: cover; 
  }
}

.bt-bordered {
  border-bottom: 1px solid #ffc31a;
}