.jb-heading-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
}

.jb-heading-icon::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: url("../images/picto-agency.png") center center / contain no-repeat;
}

.jb-agencies {
  font-size: 0.9rem;

  position: relative;
}

.jb-agency {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.jb-agency::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d9d9d9;
}

.jb-agency:last-child::after {
  display: none;
}

.jb-agency {}

.jb-agency h3 {
  font-size: 1.2rem !important;

}


.jb-agency__line {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: .75rem;
}

.jb-agency__line::before {
  content: "";
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.jb-agency__line--address::before {
  background-image: url("../images/picto-marker.png");
}

.jb-agency__line--phone::before {
  background-image: url("../images/picto-phone.png");
}

.jb-agency__line--email::before {
  background-image: url("../images/picto-mail.png");
}