#offers-list {
    font-family: "Circular", Sans-serif, serif !important;
    font-weight: normal !important;
}
.offer--datas div {
    display: flex;
}
.offer--datas > div > div {
    gap: 10px;
    align-items: center;
}
.offer--datas i {
    color: #000;
    width: 1em;
}
.offer--datas:hover i {
    color: #000;
}
.offer--datas {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offer .offer--datas div .offer--data-date {
    font-style: italic;
}
.offer-wrapper {
    width: 100%;
}

@media screen and (max-width: 50em) {
    .offer--datas {
        align-items: flex-end;
    }
    .offer--datas>div {
        display: flex;
        flex-direction: column;
    }
    .offer--datas i {
        width: 1.5em;
    }
}
