section-image
{
	display: flex;
	justify-content: center;
}
section-image img
{
    display: block;
    max-width: 960px;
    height: auto;
    max-height: 280px;
    object-fit: contain;
}