#hero .img-thumbnail {
  max-width: 320px;
  border-radius: 18px;
}

#hero {
  padding-bottom: 2rem !important;
}

#hero .hero-content {
  max-width: 46rem;
  line-height: 1.75;
}

#about {
  padding-top: 0.5rem !important;
}

#about .content {
  max-width: 820px;
  margin: 0 auto;
}

#about .content p {
  margin-bottom: 1.1rem;
  line-height: 1.75;
}

#about .content ul {
  margin-top: 0.5rem;
}

#projects {
  padding-top: 3rem !important;
}

#projects .card,
#publications .card {
  border-radius: 16px;
  overflow: hidden;
}

#projects .card-img-top,
#publications .card-img-top {
  object-fit: contain;
  height: 220px;
  background: #fff;
  padding: 1rem;
}

#projects .card-footer,
#publications .card-footer {
  background: transparent;
}

#projects .card-text,
#publications .card-text {
  line-height: 1.6;
}

#publications .row p {
  color: var(--text-secondary-color);
}
