  .elementor-widget-cooperhouse-hero {
  margin-bottom: 0 !important;
}

.hero-section .top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}

.hero-section .top .text-area {
  margin: 0 auto;
  max-width: 100%;
  width: 1600px;
}

.hero-section .occc-bg-image {
  bottom: -35%;
  left: -5%;
  position: absolute;
  max-width: 95%;
}

.hero-section h1,
.hero-section h2 {
  color: #fff;
  position: relative;
  z-index: 10;
}

.hero-section h1 {
  font-family: "Hepta Slab";
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}

.hero-section h2 {
  color: #fff !important;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0 0;
}

.occc-hero-logo {
  max-width: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: -100px;
  top: 0;
  width: 1763px;
}

@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 36px;
  }

  .hero-section h2 {
    font-size: 24px;
  }
}

@media (min-width: 1025px) {
  .hero-section .top {
    min-height: 275px;
    padding: 0 55px 25px;
  }

  .hero-section h1 {
    font-size: 58px;
  }

  .hero-section h2 {
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .hero-section h1 {
    font-size: 64px;
  }
}
