.desktop {
    flex-direction: row;
}

.desktopImg figure {
        width: 500px;
}

@media (max-width: 768px) {
    .mobile {
        flex-direction: column;
        margin: 1%;
    }

    .mobileImg figure {
        width: auto;
    }
}