h2, h3 {
    margin: 16px;
}

.content {
    margin-bottom: 64px;
}

.goods-list-myphotos {
    align-items: center;
    justify-content: center;
}

@media (max-width: 640px) {
    .goods-list-myphotos {
        flex-wrap: wrap;
    }

    .goods-list-myphotos .uploaded_img {
        width: 100%;
        height: auto;
    }
}