.pof-blocks.pof-content-blocks.blocks-with-images-above {
  position: relative;
  margin: 60px 0;
  padding: 60px 0;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper {
  gap: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper .single-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 410px;
  width: 100%;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper .single-block .image-wrapper {
  height: 270px;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper .single-block .image-wrapper .image-container {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper .single-block .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper .single-block .heading {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper .single-block .body-text p {
  margin-bottom: 1rem;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper .single-block .body-text p:first-of-type {
  margin-top: 0;
}
.pof-blocks.pof-content-blocks.blocks-with-images-above .wrapper .single-block .body-text p:last-of-type {
  margin-bottom: 0;
}