.about__section {
  margin-top: 10rem;
}

.about__section .about__content {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.about__section .about__content .about__content__description h2 {
  font-size: 2.4rem;
  width: min(600px, 90%);
  font-family: var(--font-Bricolage);
}

@media (max-width: 769px) {
  .about__section .about__content {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .about__section .about__content .about__content__photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 569px) {
  .about__section .about__content .about__content__description h2 {
    font-size: 1.7rem;
  }
}
