body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}

.bg-teal {
  background-color: #00897b;
}

.logo69 {
  background: #fff;
  color: #000;
  padding: 2px 8px;
  border-radius: 50%;
  font-weight: bold;
}

.hero-section {
  background: url('https://enokay69.com/assets/img/banner-img-2.webp') no-repeat center center;
  background-size: cover;
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-section .overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.object-fit-cover {
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .content-box {
    margin-left: 0;
    margin-top: 20px;
  }
}

