.podnef-box {
  max-width: 1200px;
  margin: 0 auto 0;
  background-color: #f3f8fb;
  padding: 1rem;
  line-height: 1.6;
}
.podnef-box_2 {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.podnef_head {
  order: -2;
  padding: 1rem;
  color: #085aae;
}
.podnef_bordered-center {
  border-left: 6px solid #085aae;
  padding-left: 1rem;
}
.podnef_subtitle {
  margin: 0;
  bottom: -3px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  text-transform: uppercase;
}
.podnef_content {
  padding: 0 1rem;
  text-align: justify;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
.podnef_img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: top;
  margin-bottom: 1rem;
}
.podnef_img_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.img_part_1 {
  width: 300px;
  height: auto;
  margin-bottom: 1rem;
}
