.ce-interest .headline {
  margin: 0 0 4rem; /* 64px */
}

.ce-interest .headline > * {
  margin: 0 0 0;
  font-size: 3.1875rem; /* 51px */
  line-height: 1.14;
}

.interest-card {
  background: #FFCF1C;
  color: #000000;
  border-radius: 1rem;
  cursor: pointer;
  overflow: hidden;
}

.interest-card figure {
  margin: 0;
}

.interest-card .teaser-info {
  padding: 1.5rem; /* 24px */
}

.ce-interest .interest-card .headline {
  margin: 0 0 0;
}

.interest-card h1,
.interest-card h2,
.interest-card h3,
.interest-card .h1,
.interest-card .h2,
.interest-card .h3 {
  color: #000000;
  font-size: 2.375rem; /* 38px */
  line-height: 1.14;
  margin: 0 0 2rem; /* 32px */
}

.interest-card .teaser-image {
  height: 20rem; /* 320px */
  width: 100%;
  overflow: hidden;
  position: relative;
}

.interest-card .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.nav-item .dropdown-menu {
  display: none;
}

.nav-item.is-open > .dropdown-menu {
  display: block;
}

.interest-card .teaser-info img {
    max-width: 100%;
}

@media only screen and (max-width: 992px) { 
  .interest-card {
    margin: 0 0 1rem;
  }

  .ce-interest .headline {
    margin: 0 0 1.2rem;
  }

  .interest-card h1,
  .interest-card h2,
  .interest-card h3,
  .interest-card .h1,
  .interest-card .h2,
  .interest-card .h3 {
    margin: 0 0 1rem;
  }
}