.hp-infografiche {
  padding-right: 32px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .hp-infografiche {
    margin-bottom: 32px;
  }
}
.hp-infografiche .section-header {
  border-top: 0;
  padding-top: 0;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.hp-infografiche .is-occhiello {
  margin-bottom: 4px;
}
.hp-infografiche .box__meta {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hp-infografiche .wp-block-columns {
    flex-wrap: nowrap !important;
    overflow: auto;
    padding-bottom: 28px;
    margin-bottom: 0;
  }
}
.hp-infografiche .wp-block-column {
  position: relative;
}
.hp-infografiche .wp-block-column:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 1px;
  background-color: var(--wp--preset--color--light-gray);
}
@media (max-width: 767px) {
  .hp-infografiche .wp-block-column {
    min-width: 280px;
  }
}
.hp-infografiche:after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  top: 0;
  background-color: #FFF3DB;
  z-index: -1;
}
.wp-admin .hp-infografiche:after {
  left: -32px;
  right: 0;
}
@media (max-width: 1439px) {
  .hp-infografiche:after {
    left: 0;
    right: 0;
  }
}
.wp-admin .hp-infografiche {
  margin-right: -32px;
}
.wp-admin .hp-infografiche .section-header {
  font-size: var(--wp--preset--font-size--large);
}
.hp-infografiche > div {
  gap: 32px;
}
@media (min-width: 768px) {
  .hp-infografiche > div {
    flex-wrap: nowrap !important;
  }
}