.offer--datas {
    display: flex;
    flex-direction: column;
}
.offer {
    display: flex;
    flex-direction: column;
    color: #00263E;
    justify-content: space-between;
    padding: 3rem;
    background: #ECECEC;
    height: 100%;
    min-height: 350px;
    min-width: 350px;
}
.offer .arrow-btn{
    position: absolute;
    bottom: 0;
    right: 0;
}

#offers-list .swiper-pagination {
    bottom: 0;
    top: unset;
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
}
#offers-list .offer--datas .offer--data .fas{
    width: 1.5em;
}

.swiper-wrapper {
    display: flex;
}
.swiper-wrapper .offer-wrapper {
    height: auto;
}
.swiper-wrapper .offer-wrapper .offer{
    height: 100%;
}

@media (min-width: 640px) and (max-width: 1399px){
    .offer {
        min-width: 250px;
    }
}
@media (min-width: 1400px) and (max-width: 1600px){
    .offer {
        min-width: 300px;
    }
}
