.deals-list{display:flex;flex-direction:column;align-items:stretch;flex-wrap:wrap;gap:8px}.deals-list__card{height:180px}.deals-list__card-item{width:100%;height:100%;padding:14px 16px;text-decoration:none;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;overflow:hidden}.deals-list__card-item:before{content:"";position:absolute;inset:0;background-color:#2640c933;background-blend-mode:screen;mix-blend-mode:screen}.deals-list__card-text{text-align:center;color:#fff;font-size:18px;font-weight:600;line-height:22px;letter-spacing:.01em;white-space:pre-line}@media only screen and (min-width:600px){.deals-list__card{height:200px}}@media only screen and (min-width:905px){.deals-list{flex-direction:row}.deals-list__card{width:calc(33.33333% - 5.33333px);height:260px}.deals-list__card-item{padding:24px 15px}}@media only screen and (min-width:1240px){.deals-list{gap:16px}.deals-list__card{width:calc(33.33333% - 10.66667px);height:340px}.deals-list__card-item{padding:24px;border-radius:18px}.deals-list__card-text{font-size:22px;font-weight:700;line-height:32px;letter-spacing:.05em}}
