﻿/* ========== ABOUT PAGE ========== */
.about-img {
  margin-top: var(--space-5);
  border-radius: var(--radius);
  overflow: hidden;
  max-height: 320px;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
