.aes-wrapper {
    margin: 2rem 0;
}

.aes-main-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 2rem;

    @media (min-width: 768px) {
        grid-template-columns: 1fr 3fr;
    }
}

.aes-buttons-wrapper {
    display: flex;
    flex-direction: column;
}

.aes-image-wrapper {
    display: flex;
    justify-content: center;
    max-height: 25rem;

    img {
        object-fit: contain;
    }
}