.center-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.center-image__title h1 {
  text-align: center;
}

.main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
}

.main-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
