.about {
  margin: 0 1.5rem 7.5rem;
  padding-top: 7.5rem;
}
@media (min-width: 60rem) {
  .about {
    margin: 0 10rem 12.5rem;
    display: flex;
    align-items: center;
    gap: 8rem;
  }
}
.about__image {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 60rem){
.about__image {
    order: 2;
    flex: 1;
    margin-bottom: 0;
  }
}

.about__image img {
  width: 28rem;
  height: 28rem;
  max-width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.about__content {
  text-align: center;
}

@media (min-width: 60rem){
  .about__content {
    order: 1;
    flex: 1;
    text-align: left;
  }
}


.about__title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 60rem){
  .about__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
    letter-spacing: 0.3rem;
  }
}

.about__title-highlight {
  color: var(--orange);
}

.about__description {
  font-size: 1.1rem;
  line-height: 1.5rem;
  opacity: 0.5;
}

/* Styles spécifiques pour BonBonBon */

.about.bonbon-about .about__title-highlight {
  color: var(--bon-pink);
}
