#mainInfo figure img {
    width: 50%;
}

#cookieFigures {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

#cookieFigures figure {
    flex-grow: 1;
    width: 33%;
}

#mainInfo figure img:hover {
    transform: scale(1.5);
}

#mainInfo figure img {
    transition: transform 0.15s ease;
}