.component-title-header[data-v-01009c50]{align-items:center;display:flex;gap:20px;margin-bottom:30px}.component-title-icon[data-v-01009c50]{align-items:center;background:#fff;border-radius:5px;display:flex;height:50px;justify-content:center;padding:10px;width:50px}.component-title-text[data-v-01009c50]{color:#18191c;font-size:24px;font-weight:700;text-align:center}.component-title-desc[data-v-01009c50]{color:#686c7d;font-size:16px;font-weight:400;line-height:150%;margin-bottom:30px}@media (max-width:700px){.component-title-header[data-v-01009c50]{gap:10px;margin-bottom:20px}.component-title-icon[data-v-01009c50]{height:40px;width:40px}.component-title-icon img[data-v-01009c50]{height:22px;width:22px}.component-title-text[data-v-01009c50]{font-size:20px;text-align:start}.component-title-desc[data-v-01009c50]{margin-bottom:20px}}
.promo-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.promo-list li {
    background-color: #f4f4f4;     border: 2px solid #e6e6e6;    padding: 15px;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease; }

.promo-list li:hover {
    background-color: #ececec;
}

.promo-list strong {
    color: #2a9d8f; }

.promo-list code {
    background-color: #eeeeee;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #264653;
}

.promo-list li:hover code {
    background-color: #dcdcdc; }

