.vpo-box_2 {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 1rem;
  line-height: 1.6;
}
.vpo_forma {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1%;
}
.vpo_forma_2 {
  display: inline-flex;
  justify-content: left;
  width: 100%;
  height: auto;
  background-color: #f3f8fb;
  text-align: left;
  padding: 2px 2px 2px 1rem;
  color: #085aae;
  margin-bottom: 1rem;
  margin-left: 0;
}
.vpo_forma_2 > p {
  display: inline-flex;
  justify-content: left;
  width: 100%;
  height: auto;
  background-color: #f3f8fb;
  text-align: left;
  padding: 2px 2px 2px 1rem;
  color: #085aae;
  margin-bottom: 1rem;
  margin-left: 0;
}
.vpo_img {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 640px) {
  .vpo_forma {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1%;
  }
  .vpo_forma_2 {
    display: inline-flex;
    justify-content: left;
    width: 100%;
    height: auto;
    background-color: #f3f8fb;
    text-align: left;
    padding: 2px 2px 2px 1rem;
    color: #085aae;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .vpo_forma_2 > p {
    display: inline-flex;
    justify-content: left;
    width: 100%;
    height: auto;
    background-color: #f3f8fb;
    text-align: left;
    padding: 2px 2px 2px 1rem;
    color: #085aae;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}

@media only screen and (min-width: 760px) {
  .vpo_forma {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1%;
  }
  .vpo_forma_2 {
    display: inline-flex;
    justify-content: left;
    width: 100%;
    height: auto;
    background-color: #f3f8fb;
    text-align: left;
    padding: 2px 2px 2px 1rem;
    color: #085aae;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .vpo_forma_2 > p {
    display: inline-flex;
    justify-content: left;
    width: 100%;
    height: auto;
    background-color: #f3f8fb;
    text-align: left;
    padding: 2px 2px 2px 1rem;
    color: #085aae;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .vpo_forma {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1%;
  }
  .vpo_forma_2 {
    display: inline-flex;
    justify-content: left;
    width: 85%;
    height: auto;
    background-color: #f3f8fb;
    text-align: left;
    padding: 2px 2px 2px 1rem;
    color: #085aae;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .vpo_forma_2 > p {
    display: inline-flex;
    justify-content: left;
    width: 85%;
    height: auto;
    background-color: #f3f8fb;
    text-align: left;
    padding: 2px 2px 2px 1rem;
    color: #085aae;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  .vpo_img {
    margin-left: 5rem;
    margin-top: 1rem;
    margin-right: 1rem;
  }
}
