.illustSection {
    padding-top: 142px;
    width: 100%;
}

.myIllust {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0 10em;
}

.illustRowOne, .illustRowTwo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.illustRowOne img {
    max-width: 30em;
    padding: .8em .5em;
}

.illustRowTwo img {
    max-width: 30em;
    padding: .5em;
}

.bigImage {
    width: auto;
    display: flex;
    justify-content: center;
}

.bigImage img{
    max-width: 100%;
    max-height: 45em;
}

