.atl-lce {
  padding: 4rem 1.25rem;
}
@media (min-width: 768px) {
  .atl-lce {
    padding: 5rem 2rem;
  }
}
@media (min-width: 1440px) {
  .atl-lce {
    padding: 5.5rem 3rem;
  }
}

.atl-lce__inner {
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.atl-lce__title {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.25;
  color: #353452;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .atl-lce__title {
    font-size: 1.875rem;
  }
}

.atl-lce__text {
  color: var(--color-testo-attenuato);
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 auto 2rem;
  max-width: 42rem;
}

.atl-lce__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.25rem;
  border-radius: 999px;
  background-color: #137777;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.333;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.atl-lce__btn:hover {
  background-color: #0d6161;
}
