p.infrastructure-img-wrapper-1 {
    display:flex;
    align-items:center;
    justify-content:center;
}
 
.infrastructure-img-wrapper-1 img{
    width:700px !important;
}
 
figure.infrastructure-img-wrapper-2 {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
 
.infrastructure-img-wrapper-2 img{
    width:700px !important;
}