.startupProcess{
    width: 100%;
    /* min-height: 1011px; */
    padding: 115px 0px 80px 0px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../../img/08_paper_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.welcomeBlock{
    width: 100%;
    padding: 115px 0px 80px 0px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.processImgWrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 68px;
}

.processImg {
    width: 100%;
    max-width: 726px;
}