.cnf_partner {
  position: relative;
  margin-top: 2.5rem;
  border-right: 1px solid hsl(0deg, 0%, 90%);
}
@media screen and (max-width: 991px) {
  .cnf_partner {
    border: none;
  }
}
.cnf_partner:last-child {
  border-right: none;
}
.cnf_partner__title {
  position: absolute;
  top: -2.5rem;
  font-weight: 800;
  color: hsl(203deg, 31%, 23%);
  font-size: 1rem;
  font-family: var(--pg-font-family-normal);
}