._about1-section{
  padding: 60px 0 0 0;
}

._about1-wrapper {
  display: flex;
  gap: 8rem;
  align-items: center;
}

._about1-wrapper>div {
  flex: 1 1 50%;
}

._about1-wrapper.--reverse {
  flex-direction: row-reverse;
}

@media(max-width:767.98px) {
  ._about1-wrapper {
    flex-wrap: wrap;
    gap: 4rem;
  }

  ._about1-wrapper.--reverse {
    flex-direction: column-reverse;
  }

  ._about1-wrapper>div {
    flex: 1 1 100%;
  }
}

._about1-img {
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}

._about1-img img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  aspect-ratio: 4/3;
}

.--vertical ._about1-img img {
  max-height: 720px;
  aspect-ratio: 3/4;
}

._about1-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

._about1-title {
  font-size: 3rem;
}


.figure-sobre {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}

img {
  max-width: 100%;
  height: auto;
}

.post-description{
  line-height: 1.8;
}