.opb-section-banner {
  margin: 8px 0 40px;
  font-family: "Open Sans", sans-serif;
  font-synthesis: none;
}

.opb-section-banner__heading {
  position: relative;
  margin: 0;
  height: 40px;
  padding-left: 75px;
  border-radius: 50px 0 0 50px;
  background: var(--global-palette1, #a2cf14);
}

.opb-section-banner__icon-shell,
.opb-section-banner__label {
  position: relative;
  z-index: 1;
}

.opb-section-banner__icon-shell {
  display: grid;
  place-items: center;
  position: absolute;
  left: 0;
  top: -8px;
  width: 56px;
  height: 56px;
  border: 3px solid var(--global-palette1, #a2cf14);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.opb-section-banner__icon {
  display: block;
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

.opb-section-banner__label {
  display: block;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  text-transform: none;
}

.opb-section-banner__label strong,
.opb-section-banner__label b {
  font-weight: inherit;
}
