.img-archivio:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.colonna-archivio {
  border-right: 0px;
}
@media screen and (min-width: 992px) {
  .colonna-archivio {
    border-right: 1px solid #707070;
  }
}
.riga-personale {
  padding: 50px 0;
}
.colonna-personale a {
  text-decoration: none;
}
.colonna-personale a:hover {
  color: #cc9e62;
}
.hrdivider {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.hrdivider span {
  position: absolute;
  top: -11px;
  background: #fff;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
}
.hrdivider h4 {
  padding-top: 11px;
  margin: 0;
}
.hrdivider hr {
  background-color: #cc9e62;
  height: 2px;
}
