:root {
  --bg-body: #f4f3e7;
  --dark-bg: #268f63;
  --link_color: #eb5f08;
  --text-color: #242e30;
}
.box_white,
.bg_white {
  background: var(--light-bg) !important;
}
#footer .bg_dark {
  background: var(--light-bg) !important;
}
#footer .bg_dark .white,
#footer .bg_dark .white a,
#footer .usp_headline {
  color: var(--text-color) !important;
}
.grey,
.h1 {
  color: #525252 !important;
}
.h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.h3 {
  color: var(--text-color);
}
.usp_headline {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
.opt_link {
  display: none;
}
.bg_blue {
  background-color: #3D6CB4;
}
.width65 {
  width: 65%;
}
.start_opener {
  min-height: 226px;
  object-fit: cover;
  object-position: 48%;
}
.overlay_gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 63%, rgba(115, 115, 115, 0) 100%);
  margin: 0 16px 64px 0;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
  }
  .overlay_gradient {
    background: none;
  }
  .start_opener {
    min-height: 246px;
    object-fit: cover;
    object-position: 65%;
  }
}
