body {
  color: #333;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 30px;
}

.body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fdf9ec;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image {
  width: 256px;
  position: relative;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-3 {
  width: 1px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .div-block {
    flex-flow: column;
  }
}


