h5 {
  margin: 0 0 24px;
  color: #00285D;
  font-weight: 500;
  position: relative; }

h5:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -32px;
  background: #CF0D22;
  width: 16px;
  height: 16px;
  border-radius: 50%; }

.pagecomposer-contenitore-right {
  position: relative; }

.pagecomposer-contenitore-right p, .pagecomposer-contenitore-right .anno {
  margin: 0 0 32px; }

.pagecomposer-contenitore-right .anno:last-child {
  margin: 0; }

.pagecomposer-contenitore-right p:last-child {
  margin: 0; }

.pagecomposer-contenitore-right p strong {
  font-weight: 500; }

.timeline {
  padding-left: 32px; }

/*.timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 7px;
	background: #CF0D22;
	width: 1px;
	height: calc(100% - 210px);
}*/
.linea-timeline {
  position: absolute;
  top: 6px;
  left: 51px;
  background: #CF0D22;
  width: 1px; }

@media only screen and (max-width: 991px) {
  .linea-timeline {
    left: 8px; } }
