.delegate-secA {
  padding: 6rem 0;
}
.delegate-secA .heading {
  max-width: 375px;
  margin: 0 auto 5rem;
}
.delegate-secA .heading h3 {
  font-weight: 600;
}

.delegate-secB .heading {
  margin-bottom: 4rem;
}
.delegate-secB .flex {
  --gap: 5rem;
  --dot: 26px;
}
.delegate-secB .flex .colA, .delegate-secB .flex .colB {
  flex: 1;
}
.delegate-secB .flex .colA {
  border-right: 1px solid var(--cyan);
  padding-top: 6rem;
}
.delegate-secB .flex .colA .profile-col {
  margin-left: auto;
  margin-right: var(--gap);
}
.delegate-secB .flex .colA .profile-col .dot {
  left: calc(100% + var(--gap) - var(--dot) / 2);
}
.delegate-secB .flex .colB {
  margin-top: 20rem;
}
.delegate-secB .flex .colB .profile-col {
  margin-left: var(--gap);
}
.delegate-secB .flex .colB .profile-col .dot {
  right: calc(100% + var(--gap) - var(--dot) / 2);
}
.delegate-secB .flex .profile-col {
  padding: 30px 22px;
  max-width: 406px;
  position: relative;
  margin-bottom: 15rem;
}
.delegate-secB .flex .profile-col .dot {
  height: var(--dot);
  width: var(--dot);
  border: 5px solid var(--cyan);
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.delegate-secB .flex .profile-col .ico {
  margin-bottom: 0.5rem;
}
.delegate-secB .flex .profile-col h5 {
  font-size: 24px;
  line-height: 1.17;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 23px;
}
.delegate-secB .flex .profile-col .content li, .delegate-secB .flex .profile-col .content p {
  color: var(--white-fade);
}
.delegate-secB .flex .profile-col .content ul li {
  padding-left: 25px;
  position: relative;
}
.delegate-secB .flex .profile-col .content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.delegate-secB .flex .profile-col .content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: var(--cyan);
}/*# sourceMappingURL=delegate.css.map */