div.end {
    margin-top: 44px;
    text-align: center;

    img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

div.images {
    margin-top: 44px;
    margin-bottom: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 44px;

    img {
        max-width: 300px;
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
}