.info-table-item {
  border: 1px solid #a2b4d2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info-table-item p {
  line-height: 1.2rem;
}

.projects-swiper .swiper-slide {
  background-color: #0b0c22;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 4rem;
}

.projects-swiper .swiper-slide .text {
  font-size: 1.1rem;
  text-align: center;
}

.projects-swiper .swiper-slide .person-image {
  max-height: 6rem;
  max-height: 6rem;
  border-radius: 100%;
  object-fit: cover;
}