.allergen-encyclopedia-hero-cmp {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #EAF5F7;
  min-height: 250px;
}
@media (max-width: 767px) {
  .allergen-encyclopedia-hero-cmp .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 26px 0 26px;
}
.allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .allergen-type {
  font-family: HelveticaNeueLTStd-Bd, Helvetica, Arial, sans-serif;
  display: inline;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  padding: 8px 9px 6px 9px;
  margin-bottom: 5px;
}
.allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .allergen-type.type-whole {
  background: #E71316;
}
.allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .allergen-type.type-component {
  background: #00677F;
}
.allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero h1 {
  font-family: HelveticaNeueLTStd-Bd, Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 45px;
  color: #222222;
  font-weight: 700;
  margin: 20px 0 0 0;
}
.allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .allergen-image-wrapper .allergen-image {
  position: relative;
  margin-right: 20px;
  width: 280px;
  height: 154px;
  background-size: cover;
  background-position: center;
  border-radius: 17px;
  z-index: 100;
}
.allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .allergen-image-wrapper .allergen-image-accent-square {
  width: 95px;
  height: 95px;
  background: #9BD3DD;
  position: absolute;
  right: 0;
  bottom: -20px;
  opacity: 0.37;
  z-index: 10;
}
@media (max-width: 767px) {
  .allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero {
    width: 100%;
    margin: 0;
    padding: 0 26px 0 26px;
    flex-direction: column;
    align-items: flex-start;
  }
  .allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .hero-header-section {
    margin: 20px 0 22px 0;
  }
  .allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .hero-image-section {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  .allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .hero-image-section .allergen-image {
    width: calc(100% - 20px);
    height: 200px;
  }
}
@media (max-width: 575px) {
  .allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .hero-image-section .allergen-image {
    height: 154px;
  }
}
@media (min-width: 768px) {
  .allergen-encyclopedia-hero-cmp .allergen_encyclopedia_hero .hero-header-section {
    padding-right: 15px;
  }
}
