/* 

  style.css

  Safety and Hygiene

*/


/* --------------------------------
  Safety and Hygiene
-------------------------------- */
main ul {
  margin: 1em 0 3em;
}
main li {
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  margin: .6em 0;
  padding: 0 0 0 1.2em;
}
main li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #88c452;
  border-radius: 8px;
  position: absolute;
  top: .4em;
  left: 0;
}


/*  txt + photo  */
main .photo_txt .lead_h3 {
  margin-top: 2em;
}
main .photo_txt:first-of-type .lead_h3 {
  margin-top: 0;
}

.photo_txt .photo {
  margin: 0 0 15px 15px;
  float: right;
}
.photo_txt.education {
  margin-top: 1em;
}
.photo_txt.education .photo {
  width: 240px;
}
.photo_txt.exhibitions .photo {
  width: 460px;
}


@media screen and (max-width: 768px) {
  main img {
    width: 70%;
    float: none;
    display: block;
  }

  section .photo_txt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  section .photo_txt .photo {
    order: 2;
    margin: 20px 0 15px 0;
    float: none;
  }

  section .photo_txt .txt {
    order: 1;
  }

  section .photo_txt.education .photo {
    display: block;
    width: 75%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  section .photo_txt.exhibitions .photo {
    width: 100%;
    height: auto;
  }
}
