.construcao {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
}

.construcao img {
    width: 80%;
    max-width: 400px;
}