.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.about-img {
  max-width: 100%;
  height: auto;

  border-radius: 50%;
}

.about-text {
  font-family: var(--font-family-jost);
  font-size: var(--font-size-base-text);
  font-weight: 300;
  text-align: justify;
}
