.promotion {
    position: relative;
    margin: auto;
    margin-bottom: 80px;
    flex-direction: column;
    /* align-items: center; */
}

.bold {
    font-weight: 700;
}

.promotion_head {
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(50deg, #ff8725, #e903f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
}

.promotion_block-head {
    text-align: center;
    background: linear-gradient(50deg, #ff8725, #e903f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
}

.promotion_block-subtitle {
    font-size: 30px;
}

.promotion_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promotion_block:not(:last-child) {
    margin-bottom: 20px;
}

.promotion_descr {
    display: block;
    text-align: left;
    font-size: 24px;
    text-indent: 30px; 
}

.promotion_item {
    font-size: 24px;
}

.promotion_list {
    list-style: disc;
}