.atl-uh {
  background: #fff;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.atl-uh__wrap {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.atl-uh__card {
  position: relative;
  box-sizing: border-box;
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  padding: 3rem 1.25rem;
  background: #0a0a0a;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .atl-uh__card {
    min-height: max(550px, 75vh);
    padding: 4rem 3rem 8.5rem;
  }
}
@media (max-width: 767px) {
  .atl-uh__card {
    min-height: max(650px, 85vh);
    padding: 2rem 1.5rem 5.75rem;
    border-radius: 16px;
  }
}

.atl-uh__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.atl-uh__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, transparent 78%);
}

.atl-uh__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .atl-uh__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3rem;
  }
}

.atl-uh__title {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin: 0;
  max-width: 46rem;
}
@media (max-width: 767px) {
  .atl-uh__title {
    font-size: 3rem;
    line-height: 0.95;
    max-width: 20rem;
  }
}

.atl-uh__description {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.625;
  max-width: 28rem;
  margin: 0;
}
.atl-uh__description p {
  margin: 0;
}
@media (max-width: 767px) {
  .atl-uh__description {
    max-width: 22rem;
    font-size: 1.05rem;
    line-height: 1.65;
  }
}

.editor-styles-wrapper .atl-uh__inner,
.block-editor-iframe__body .atl-uh__inner {
  opacity: 1 !important;
  transform: none !important;
}
