/* About page */

.about-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: start;
}
.about-text {
  font-size: 1.25rem;
  line-height: 205%;
  letter-spacing: -0.4px;
  margin: 0 0 2rem;
}
.about-visual img {
  display: block;
  width: 100%;
  height: auto;
}
