.section--free-features {
    background: #F0F7F9;
    padding: 32px 0;
}

.section--free-features .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1025px) {
    .section--free-features {
        padding: 64px 0
    }

    .section--free-features .container {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

.section--free-features .section__text {
    color: #4D5761;
    max-width: 460px;
    font-size: 16px;
    line-height: 29px;
}

.free-proposal__list {
    width: 100%;
    margin: 32px auto 0;
    padding: 24px;
    max-width: 460px;
    box-sizing: content-box;
}

@media (max-width: 575px) {
    .free-proposal__list {
        box-sizing: border-box;
        padding: 0;
    }
}

@media (min-width: 1025px) {
    .free-proposal__list {
        margin-top: 0;
        margin-left: 128px;
    }
}

.free-proposal__list h3 {
    color: #424242;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
}

.proposal__item {
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    padding: 16px;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    color: #424242;
    margin-bottom: 16px;
}

.free-features__title {
    font-weight: 700;
    color: #32393F;
    font-size: 37px;
    line-height: 40px;
}

.proposal__title {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #4D5761;
}

.proposal__title img {
    margin-right: 8px;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.proposal__content {
    text-decoration: line-through;
    font-weight: 700;
    font-size: 24px;
}

@media (max-width: 767px) {
    .proposal__content {
        font-size: 16px;
    }
}

.proposal__content.no-line-through {
    text-decoration: none;
}

.free-proposal__badge {
    background: #64ACC3;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 8px;
    font-weight: 700;
    text-decoration: none;
}


.summary__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .summary__item {
        flex-direction: column;
    }

    .summary__item .button_cta {
        margin-top: 16px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    .summary__proposal {
        text-align: center;
    }
}

.summary__item .button_cta {
    white-space: nowrap;
}

.summary__title {
    font-weight: 400;
    color: #32393F;
}

.summary__discount {
    color: #DF7D7D;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 600;
}

.free-proposal__list .button {
    margin: 8px auto 0;
    cursor: pointer;
    color: #fff;
    background: #43a047;
    width: fit-content;
}

.free-proposal__list .button:hover {
    background: #357e38;
}

.free-proposal__list .button:active,
.free-proposal__list .button:focus {
    box-shadow: 0 0 0 3px #e2f5e9;
    border-color: #43a047;
    background: #43a047;
}

.summary__price {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}
