.image-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-content {
  width: 100%;
  max-width: 1215px;
  height: auto;
  display: block;
}
.placeholder-svg {
  width: 100%;
  height: 300px;
  background-color: #f3f3f3;
}