.fv--page .fv__thumbnail {
  height: 400px;
}
.section__title--about {
  align-items: center;
}

.page-about{
  gap: 0;
}

@media screen and (max-width: 768px) {
  .fv--page .fv__thumbnail {
    height: 200px;
  }
  .section__body.page-about {
    gap: 0;
  }
}


