.content-image{
    width:100%;
    margin: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-image > img {
    max-height: 75vh;
    max-width: 100%;
    border-radius: 5px;
}