/* Estilos generales */
.main__content {
  max-width: 55rem;
  margin: 0 auto;
  padding: 2rem;
}

.main__title {
  color: #1d0029;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.main__text {
  text-wrap: pretty;
  font-size: 1.25rem;
  color: #1d0029;
  line-height: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Estilos de la lista */
.main__list {
  text-align: left;
  background-color: #f4d5d3;
  padding: 1.25rem;
  border-radius: 0.9rem;
  list-style-type: none;
}

.main__list-item {
  margin-bottom: 0.5rem;
  padding-left: 0.6rem;
  border-left: 0.3rem solid #1d0029;
}

.main__list-item strong {
  color: #1d0029;
  font-weight: bold;
}

.main__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  row-gap: 1rem;
}

.main__img-salle {
  max-width: 75%;
  height: auto;
  border-radius: 1rem;
}

@media (max-width: 576px) {
  .main__img-salle {
    max-width: 100%;
  }
}
