.memoriams p.p {
  color: rgba(0, 8, 20, 0.6);
  line-height: 1.6em;
}

.memoriams .flexed-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.memorial-years {
  margin-top: 60px;
}

.memorial-years .h2 span {
  font-size: 1.87em;
  line-height: 1em;
  display: block;
}

.memorial-years .col-25 {
  margin-top: 24px;
}

.memorial-years:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(18, 30, 55, 0.2);
}

.memorian {
  background: #fff;
  height: 100%;
  padding: 18px;
}

.memorian .p.lg {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.2em;
}

.memorian .p {
  margin-bottom: 10px;
}

.memorian .p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1279px) and (min-width: 992px) {
  .memorial-years {
    margin-top: 48px;
  }
  .memorial-years .col-25 {
    margin-top: 19px;
  }
  .memorial-years:not(:last-child) {
    padding-bottom: 40px;
  }
  .memorian {
    padding: 15px 10px;
  }
  .memorian .p.lg {
    margin-bottom: 10px;
  }
  .memorian .p {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .memorial-years {
    margin-top: 38px;
  }
  .memorial-years .col-25 {
    margin-top: 14px;
  }
  .memorial-years:not(:last-child) {
    padding-bottom: 38px;
  }
  .memorial-years .flexed-row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .memorial-years .flexed-row [class^="col-"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .memorian {
    padding: 12px 9px;
  }
  .memorian .p.lg {
    margin-bottom: 8px;
  }
  .memorian .p {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .section-spacing.memoriams {
    background: #f4f4f4;
  }
  .section-spacing.memoriams .h2 {
    margin-bottom: 20px;
  }
  .memorial-years {
    margin-top: 40px;
  }
  .memorial-years:not(:last-child) {
    padding-bottom: 30px;
  }
  .memorial-years .col-25 {
    margin-top: 14px;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .flexed-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: -7px;
    margin-right: -7px;
  }
  .flexed-row [class^="col-"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  .memorial-years .col-25 {
    width: 50% !important;
  }
}