.boton_box {
    width: 100%;
    height: 90px;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr  auto   1fr;
    grid-template-areas:"  .    boton  .";
}
.boton {
    grid-area: boton;
	display: grid;
    justify-items: center;
    align-items: center;
}
.boton img  { height: 80px; }
.boton1 {
    grid-area: boton;
	display: grid;
    justify-items: center;
    align-items: center;
}
.boton1 img  { height: 100px; }
.titulo22 { font-size: 22px; text-align: center; padding: 20px 0px 15px 0px;}
.parrafo {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
}