.pf {
  background-color: #f5f8fa;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

@media (min-width: 992px) {
  .pf {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .pf .col-lg-5c {
    width: 44%;
  }
  .pf .col-lg-7c {
    width: calc(100% - 44%);
  }
}

.pf-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  column-gap: 1.875rem;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.pf-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  column-gap: 0.9375rem;
  margin-bottom: 1.25rem;
}

.pf-list-item svg {
  -ms-flex: 0 0 36px;
      flex: 0 0 36px;
}

.pf-list-item p {
  margin-bottom: 0;
  max-width: 351px;
}

.pf-notes {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.pf-thumb {
  position: relative;
  padding-top: 119.347826%;
}

@media (max-width: 991.98px) {
  .pf-thumb {
    margin-top: 2.5rem;
  }
}

.pf-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
