.row {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 400px;
    justify-content: space-between;
    margin-bottom: 7%;
}

.row100Img {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 600px;
    justify-content: center;
    margin-bottom: 7%;
}

.row_light {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 300px;
    justify-content: space-between;
    margin-bottom: 7%; 
}