.block:not(:first-child) {
    margin-top: 60px;
}

.block li {
    margin-left: 40px;
}

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

.content-life {
    flex-wrap: wrap;
}

.button {
    display: inline-block;
    width: 240px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 4px 4px 8px 0 rgba(244, 99, 63, 0.2);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.button-support {
    margin-left: 80px;
    flex-shrink: 0;
    background-color: #f4633f;
    color: #fcf1e8;
}

.button-support:hover {
    background-color: #fcf1e8;
    color: #f4633f;
}

.button-life {
    background-color: #fcf1e8;
    color: #f4633f;
}

.button-life:hover {
    background-color: #f4633f;
    color: #fcf1e8;
}

.content-table {
    width: 100%;
}

@media (max-width: 768px) {
    .content-support {
        flex-direction: column;
    }

    .button-support {
        margin-left: 0;
    }

    .content-table {
        overflow-x: scroll;
        font-size: 10px;
    }
}

@media (max-width: 578px) {
    .button-life {
        width: 100% !important;
    }
}
