.offer-section {
    width: 100vw;
    display: flex;
    padding: 120px 0;
    background: #f9f9ff;
}

.offer-container {
    margin: 0 auto;
    color: #222222;
}

.offer--tittle {
    margin-bottom: 35px;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 36px;
}

.offer--list {
    margin-left: 20px;
    display: block;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.625em;
}




