.content-footer-block {
  font-size: 14px;
  margin: (52em / 14) 0 (98em / 14) 0;
  padding: 0 (20em / 14);
  .bar-left {
    position: relative;
    &::after {
      content: '';
      top: (-10em / 14);
      width: (4em / 14);
      background: $off-white;
      position: absolute;
      left: (-20em / 14);
      bottom: (-10em / 14);
    }
  }
  .icon {
    display: block;
    margin-bottom: (8em / 14);
    img {
      max-width: 35px;
      max-height: 35px;
    }
  }
  .content-footer-header {
    color: $mint;
    font-size: 22px;
    font-weight: 600;
    line-height: (28 / 22);
    margin-bottom: (8em / 22);
  }
  .content-footer-entry {
    &:not(:last-child){
      margin-bottom: (32em / 14);
    }
    .content-footer-title {
      margin-bottom: (8em / 14);
      font-weight: 700;
    }
    .content-footer-copy {
      font-weight: 600;
    }
  }
  &.calender-width {
    @include breakpoint(medium up) {
      width: 72%;
    }
  }
}