.pof-blocks.columns-3-blocks.with-icons {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pof-blocks.columns-3-blocks.with-icons .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.columns-3-blocks.with-icons .wrapper .single-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.columns-3-blocks.with-icons .wrapper .single-column .column-header {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .column-header .icon-container {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .column-header .icon-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .column-header .heading {
  margin: 0;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .heading.extra-header {
  text-align: center;
  margin: 0;
  color: #2478fc;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .column-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .column-text .body-text p {
  margin-bottom: 1rem;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .column-text .body-text p:first-of-type {
  margin-top: 0;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .column-text .body-text p:last-of-type {
  margin-bottom: 0;
}
.pof-blocks.columns-3-blocks.with-icons .wrapper .single-column .column-bttn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}