.dbl-tile--header {
    text-align: center;
    margin-bottom: 24px;
}

@media screen and (min-width: 800px) {
    .dbl-tile--header {
        text-align: left;
        max-width: 842px;
        margin-bottom: 48px;
    }
}

.dbl-tile--header .uptitle {
    margin-bottom: 8px;
}

.dbl-tile--header h2 {
    margin-bottom: 24px;
}

.dbl-tile--header h2+p {
    color: var(--neutre-30);
}

.dbl-tile--content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 800px) {
    .dbl-tile--content {
        flex-direction: row;
        gap: 24px;
    }
}

.dbl-tile--item {
    background: var(--creme);
    box-shadow: 5px 7px 14.8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dbl-tile--item div {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 800px) {
    .dbl-tile--item div {
        padding: 48px 32px;
    }
}

.dbl-tile--item p {
    color: var(--neutre-30);
    font-size: 0.875rem;
    line-height: 24px;
    font-weight: 400;
    text-wrap: balance;
}

.dbl-tile--item img {
    height: 314px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: auto;
}

@media screen and (min-width: 800px) {
    .dbl-tile--item img {
        height: clamp(200px, 21.39vw, 308px);
    }
}

/*# sourceMappingURL=style.css.map */