.offer-list.default { gap: 40px; }
.offer-list.default a { display: block; padding-right: 2.6875rem; position: relative; text-decoration: underline; color: #000000; }
.offer-list.default a:hover { text-decoration: none; color: #FF0000; }
.offer-list.default .item { position: relative; }
.offer-list.default .item:not(:first-child):before { display: block; width: 1px; height: 100%; background: currentColor; content: ''; position: absolute; left: -20px; top: 0; }
.offer-list.default .subtitle { margin-bottom: 3px; }
.offer-list.default .title { margin: 0; font-size: calc(1.275rem + 0.3vw); line-height: 1.25; font-weight: 700; }
@media (min-width: 1200px) { .offer-list.default .title { font-size: 1.5rem; } }
.offer-list.default [class*="icon"] { position: absolute; right: 10px; top: 9px; font-size: 14px; }
.offer-list.upper-alpha { margin: 0; counter-reset: list-alpha; }
.offer-list.upper-alpha .font-weight-bold { font-weight: bold; }
.offer-list.upper-alpha .item { list-style: none; }
.offer-list.upper-alpha .item:before { /*font-weight: bold;*/ /*counter-increment: list-alpha;*/ /*content: counter(list-alpha, upper-alpha) ". ";*/ margin-right: 5px; }
.offer-list.upper-alpha .item:not(:first-child) { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #C4C4C4; }

/*# sourceMappingURL=offer-list.css.map */
