.atl-suph {
  padding: 0.5rem;
}

.atl-suph__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.85rem;
}
@media (min-width: 768px) {
  .atl-suph__frame {
    min-height: 440px;
    padding: 4rem 1.5rem;
  }
}

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

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

.atl-suph__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.atl-suph__title {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: normal;
  line-height: 1.25;
  margin: 0 0 1rem;
}

.atl-suph__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.625;
  max-width: 672px;
  margin: 0;
}
