.only-image{
  display: flex;
  flex-direction: column;
}

.only-image h2 {
  margin-bottom: 30px;
  text-align: center;
}

.only-image .page-width{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.only-image img{
  width: 100%;
}