/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: get-color(seashell);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: get-color(jelly-bean);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pc {
  margin: 30px 0;
}
@media (min-width: 769px) {
  .pc__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 720px;
    margin: 0 auto;
    align-items: flex-start;
  }
}
@media (min-width: 1180px) {
  .pc__grid {
    max-width: 1080px;
    justify-content: center;
  }
}
.pc__headline {
  margin: 0 auto;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
  color: var(--black);
  text-align: center;
}
.pc__headline:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 60px;
  height: 4px;
  background: url("/wp-content/themes/conduent-corporate/img/g_hash.svg");
}
.pc__snippet {
  display: block;
  margin: 0 auto 50px;
  max-width: 650px;
  text-align: center;
  font-weight: normal;
}
.pc__snippet p {
  margin-bottom: 10px;
  padding: 0;
  font-size: 20px;
  font-weight: inherit;
  line-height: 1.5;
  color: var(--black);
}
.pc__item {
  margin: 0 auto 40px;
  width: 290px;
}
@media (min-width: 769px) {
  .pc__item {
    flex: 0 0 290px;
    margin: 0 35px 40px;
  }
}
.pc__name {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 15px;
  padding: 0;
}
.pc__title {
  padding: 0;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: normal;
}
.pc__img {
  display: block;
  margin: 0 auto 20px;
  width: 290px;
  height: 240px;
}
.pc__img:after {
  content: "";
  display: block;
  margin: 2px auto 0;
  width: 290px;
  height: 4px;
  background: url("/wp-content/themes/conduent-corporate/img/g_hash.svg") repeat-x 0 0;
}
.pc__img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=people_callout.css.map */
