#sector_sanitary_hero {
}
#sector_sanitary_hero_container {
}
#sector_sanitary_hero_content {
    flex-direction: column;
}
#sector_sanitary_hero_texts {
    width: 98%;
    display: flex;
    flex-direction: row;
}
#sector_sanitary_hero_description {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}
#sector_sanitary_hero_description h2 {
    color: var(--black);
    font-size: 2em;
    text-align: left;
    font-weight: 500;
    margin: 0 0 2.1rem;
    line-height: 1.2;
}
#sector_sanitary_hero_description p {
    color: var(--our-grey-color);
    line-height: 1.7;
    margin: 0 0 0.5rem;
}
#sector_sanitary_hero_description p:last-of-type {
    margin: 0 0 3.75rem;
}
#sector_sanitary_hero_image {
    display: none;
}
#sector_sanitary_hero_image svg {
    height: auto;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sector_education_her_bullets {
     width: 100%;
     display: flex;
     flex-direction: column;
     gap: 10px;
     margin-bottom: 1.5rem;
 }
.sector_education_her_pill {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #f5f7fa;
      border-radius: 10px;
      padding: 0.65rem 0.9rem;
      flex: 1;
  }
.sector_education_her_pill svg {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}
.sector_education_her_pill span {
     margin-left: 4px;
 }
#sector_sanitary_hero_button {
    justify-content: flex-start;
}
@media all and (min-width: 1000px) {
    #sector_sanitary_hero_description {
        width: 80%;
        padding-right: 30px;
    }
    #sector_sanitary_hero_image {
        width: 25%;
        display: flex;
        align-items: center;
    }
    #sector_sanitary_hero_image svg {
        width: 100%;
    }
}
@media all and (min-width: 560px) {
    #sector_education_her_bullets {
        flex-direction: row;
    }
}