.last_block {
	margin-bottom: 190px
}
.sale_items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row;
    gap: 18px;
}
.sale_items .sale_item {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 494 / 207;
    border-radius: 25px;
}
@media all and (max-width: 1300px) {
    .sale_items {
        width: 100%;
        overflow: auto;
        padding-bottom: 10px;
    }
    .sale_items .sale_item {
        min-width: 80%;
        border-radius: 15px;
    }
}
