#sparky-rush{
    width: 100%;
    height: 180px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#sparky-rush img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    /* Ajusta o espaçamento do título principal da página */
    #sparky-rush {
        padding: 0 15px;
    }
}