@import url(./global.css);

.section__decouvrez {
    margin-bottom: 0 !important;
}

.section__decouvrez .card {
    width: var(--span-14);
    margin: 1em auto 0 auto;
    padding-bottom: 0;
}

/* .section__decouvrez__text {

} */

.logo-app {
    margin-bottom: 1rem;
}

.section__decouvrez h3 {
    font-family: var(--font-family-bold);
    font-size: 3rem;
}

.section__decouvrez__image {
    align-self: flex-end;
    bottom: 0;
}

@media (max-width: 1200px) {
    .section__decouvrez {
        display: none !important;
    }
}
