.funneral-free {
    margin: 36px auto;
    padding: 40px;
    border: 2px solid #dc1b2b;
}

.funneral-free-title {
    font-weight: 700;
}

.funneral-free-list {
    counter-reset: section;
    padding-left: 24px;
    margin-bottom: 16px;
}

.funneral-free-list li {
    position: relative;
    list-style-type: none;
    margin-bottom: 14px;
}

.funneral-free-list li::before {
    counter-increment: section;
    content: counter(section) ". ";
    font-weight: 700;
    position: absolute;
    left: -24px;
    top: 0;
}

.funneral-free-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 172px;
    height: 50px;
    border-radius: 4px;
    background-color: #dc1b2b;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 26px;
}

.funneral-free-link:hover {
    background-color: #b81826;
}

.funneral-free-title {
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .funneral-free {
        margin: 28px auto;
    }
}

@media (max-width: 480px) {
    .funneral-free-link {
        width: 142px;
        height: 40px;
        font-size: 14px;
        margin-top: 26px;
    }

    .funneral-free {
        padding: 30px;
    }
}