.extra-offer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #E5E4E0;
}

.extra-offer__title {
    margin-bottom: 30px;
}

.extra-offer__list {
    margin-bottom: 40px;
}

.extra-offer__item {
    margin-bottom: 20px;
    font-size: 20px;
}

.extra-offer__link {
    background: #000;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    padding: 15px 65px;
    border: 0;
}

.extra-offer__link-text {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    border-bottom: 1px dotted #fff;
}