.center-box_2 {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 1rem;
  line-height: 1.6;
}
.pass-box {
  display: grid;
  grid-template-areas:
    "img1 img2"
    "header header";
  grid-template-columns: 1fr 1fr;
}
.pass-box__h2 {
  grid-area: header;
  color: #085aae;
  text-align: center;
}

.pass-box__img-box {
}
.pass-box__img-box_left {
  grid-area: img1;
  text-align: right;
  padding-right: 20px;
}
.pass-box__img-box_right {
  grid-area: img2;
  text-align: left;
  padding-left: 20px;
}

.pass-box__img {
  max-width: 100%;
  width: 130px;
}

@media (min-width: 992px) {
  .pass-box {
    grid-template-areas: "img1 header img2";
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
  }
  .pass-box__img-box_left {
    padding-right: 0;
  }
  .pass-box__img-box_right {
    padding-left: 0;
  }
}
/*  ============ forma */

.forma_vpo_ {
  width: 100%;
  margin-top: 1%;
  margin-right: 10%;
}
.forma_vpo_3 {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f3f8fb;
  text-align: left;
  padding: 1px 1px 1px 3rem;
  color: #085aae;
  margin-bottom: 1rem;
}
.li_pas {
  padding-left: 2rem;
  list-style-type: none;
  color: black;
}
