.pof-blocks.pof-content-blocks.graphics-columns .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 410px;
  width: 100%;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column .image-wrapper {
  width: 100%;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column .image-wrapper .image-container {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 10px;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column .image-wrapper .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column .text-box .heading {
  margin: 0;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column .text-box .body-text p {
  margin-bottom: 1rem;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column .text-box .body-text p:first-of-type {
  margin-top: 0;
}
.pof-blocks.pof-content-blocks.graphics-columns .wrapper .single-graphic-column .text-box .body-text p:last-of-type {
  margin-bottom: 0;
}