.section-enteteliste {
  margin: 0 0 60px;
}
.section-enteteliste .section-enteteliste__inner {
  position: relative;
}
.section-enteteliste div:first-child h1 {
  margin: 0px 0px 0px 0px;
}
.section-enteteliste div:first-child h1 span {
  display: block;
}
.section-enteteliste div:first-child h1 span:first-child {
  font-size: 2.8rem;
  font-weight: 100;
}
.section-enteteliste div:first-child h1 span:last-child {
  font-size: 4rem;
  font-weight: 100;
}
.section-enteteliste div:first-child h1 span:last-child strong {
  font-weight: bold;
}
.section-enteteliste div:first-child .entete__text {
  margin: 40px 0 0;
}
.section-enteteliste div:last-child .section-enteteliste__image {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 500px;
  max-height: 300px;
}
@media (max-width: 992px) {
  .section-enteteliste div:nth-child(2) {
    margin: 40px 0 0;
  }
}
