.upload-section {
    height: 100%;
}

.upload-section .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
    width: 100%;
    height: 62%;
}

.upload-section .container .boxes {
    width: 40%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(158, 158, 152, 0.63);
}

.upload-section .container .boxes.upload-container {
    display: flex;
    align-items: center;
    font-size: 24px;
    justify-content: center;
    font-weight: 500;
    text-align: center;
    color: blue;
    cursor: pointer;
}

.upload-section .container .boxes.size-form {}

.upload-section .container .boxes.size-form .title {
    font-size: 29px;
    color: rgb(255, 0, 0);
}

.upload-section .container .boxes.size-form form {}