/* Custom styles for Drew Herren's website */

.profile-photo {
  max-width: 200px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.about-section {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.about-text {
  flex: 1;
}

@media (max-width: 768px) {
  .about-section {
    flex-direction: column;
    align-items: center;
  }
}
