.atl-ch-hero {
  padding: 0.5rem;
}

.atl-ch-hero__frame {
  position: relative;
  box-sizing: border-box;
  min-height: 380px;
  border-radius: 24px;
  overflow: hidden;
  background: #353452;
  display: flex;
  align-items: flex-end;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .atl-ch-hero__frame {
    min-height: 440px;
    padding: 4rem 0;
  }
}

.atl-ch-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
  transform: scale(1.05);
}

.atl-ch-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #353452 0%, rgba(53, 52, 82, 0.95) 55%, transparent 100%);
}

.atl-ch-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .atl-ch-hero__inner {
    padding: 0 3rem;
  }
}

.atl-ch-hero__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .atl-ch-hero__title {
    font-size: 3rem;
  }
}

.atl-ch-hero__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 560px;
  margin: 0;
}
@media (min-width: 768px) {
  .atl-ch-hero__subtitle {
    font-size: 1.125rem;
  }
}
