.content-page{
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.content-page img{
    width: 1200px;
    margin: auto;
}