html {
  scroll-behavior: smooth;
}

img {
  object-fit: cover;
}

.content {
  /* padding: 0 40px; */
}

.section {
  scroll-margin-top: 75px;
  scroll-snap-margin-top: 75px;
  overflow: hidden;
}

.section--has-title {
  scroll-margin-top: 75px;
  scroll-snap-margin-top: 75px;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

/* section headline */

.s-headline {
  background-color: #100b29;
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
}

.headline-text {
  color: #fff;
  font-size: 25px;
  font-family: EuclidCircularA-Semibold;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.headline-logo {
  height: 28px;
}


/* rechat footer */
.rechat-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.rechat-footer > h2 {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-right: 9px;
}

.rechat-footer > img {
  width: 70px;
}

