img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    padding: 5px;
}

element {
    display: flex;
    max-width: 1200px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
