@import url(./global.css);

.section__specialiste {
    display: flex;
    justify-content: space-between;
}

.section__specialiste > .card {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.section__specialiste h3 {
    font-family: var(--font-family-bold);
    line-height: 1.1;
    margin-bottom: 0.8em;
    font-size: 50px;
}

.section__specialiste p {
    font-size: 1.2em;
    margin-bottom: 1.2em;
}

.image-mobile {
    display: none;
}

@media screen and (max-width: 920px) {
    .section__specialiste {
        flex-direction: column;
        padding-top: var(--span);
    }
    .section__specialiste h3 {
        font-size: 2em;
    }
    .section__specialiste > div {
        width: 100%;
    }
}
