.image-uploads-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.images-row {
    display: flex;
    align-items: center;
    width: 1500px;
}

.uploaded-image {
    width: 300px;
    height: 300px;
    margin-right: 7px;
}

.logo-block {
    width: 350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #ffe4fe;
}

.logo-image {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.logo-title {
    font-size: 20px;
    color: brown;
}

.logo-description {
    font-size: 18px;
}