.section-about {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 110px;
}

.content-about {
  width: 1250px;
  margin-inline: 10px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.item-about {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

.item-about-reverse {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 20px;
}

.sub-item-text-reverse {
  flex: 1;
  display: flex;
  align-items: flex-end;
  text-align: justify;
  gap: 15px;
  flex-direction: column;
}

.sub-item-text {
  flex: 1;
  display: flex;
  text-align: justify;
  flex-direction: column;
}

.sub-item-img {
  width: 450px;
}

.img-user {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 13/9;
}

.about-text {
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: var(--dark);
  margin-top: 12px;
  list-style: none;
  text-align: justify;
}

.content-cards-about {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.cards-about {
  width: 100%;
  padding: 20px;
  background-color: var(--white);
  border-radius: 10px;
  border: solid 1px var(--light);
}
