@import url(./global.css);

.section__contact {
    margin-bottom: 0 !important;
    padding-bottom: 1.5rem;
}

.section__contact__text {
    padding: 0 var(--span);
}
.section__contact h3,
.section__contact h4 {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}
.section__contact h3 {
    font-family: var(--font-family-bold);
    line-height: 1.1;
    font-size: 3.125em;
}

.section__contact h4 {
    font-weight: 800;
}

.section__contact p {
    margin-bottom: 1.2em;
}

.section__contact__etape {
    padding: 0.2em 0 0.1em 1em;
    border-left: solid 2px;
    border-color: rgba(255, 255, 255, 1);
    margin-bottom: 2.4em;
}

.section__contact__etape:first-child {
    border-color: rgba(255, 255, 255, 1);
}

/* Set a tablet breakpoint passing flex-dir in column */
@media (max-width: 1024px) {
    .section__contact h3 {
        font-size: 2.5em;
    }
}
@media (max-width: 920px) {
    .section__contact > .card > div {
        width: 100%;
    }

    .section__contact__text {
        padding: var(--span);
        font-size: 0.8em;
    }
}
