.solution-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden;
}

.solution-image > img {
    height: 100%;
}