.indy-above-footer-widget .block {
  /*padding: 40px 0;*/
  padding: 0 0 40px 0;
}
.indy-above-footer-widget .block:first-child {
  border-bottom: 1px solid #b8c8d652;
}
.indy-above-footer-widget .block .title-h2 {
  background-repeat: no-repeat;
  background-position: top right;
}
.indy-above-footer-widget .block:nth-child(1) .title-h2 {
  background-image: url(/wp-content/themes/hello-child/img/bubble-star.svg);
}
.indy-above-footer-widget .block:nth-child(2) .title-h2 {
  background-image: url(/wp-content/themes/hello-child/img/livre-ouvert.svg);
}
.indy-above-footer-widget .block .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
}
.indy-above-footer-widget .block ul {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}
.indy-above-footer-widget .block li {
  margin: 16px 0;
}

@media (min-width: 768px) {
  .indy-above-footer-widget {
    display: flex;
    justify-content: space-between;
  }
  .indy-above-footer-widget .block {
    flex-basis: 50%;
    padding: 20px 80px;
    /*margin: 60px 0;*/
  }
  .indy-above-footer-widget .block:first-child {
    border-bottom: none;
    border-right: 1px solid #b8c8d652;
  }
}
