.html-block-31.large-section--gray h2 {
    text-align: left;!important;
}

.html-block-36 .tasks__tile {
    background: #F3EEEB;
}

.html-block-22 {
    background: white;
}

.html-block-22 ul {
    list-style-type: disc;
    padding-left: 2rem;
}

.html-block-22 li {
    margin-bottom: 1rem;
}

.html-block-22 li:last-child {
    margin-bottom: 0;
}

.html-block-37 .result__tile {
    background: white;
}

.html-block-37 .result__tile-title {
    font-weight: 400 !important;
}

.html-block-37 .result__tile:not(.result__tile--with-bottom) {
    border: none;
}


.html-block-33 {
    background: #F3EEEB;
}

.html-block-33 h4 {
    margin-bottom: 3rem;
}

.html-block-33 .answer {
    color: #FF474A;
}

.html-block-34 .tasks__title {
    margin-bottom: 2rem;
}

.html-block-34 table {
    border-collapse: collapse;
}

.html-block-34 tbody tr th {
    width: 25%;
}

.html-block-34 tbody tr th:nth-child(3) {
    color: #FF474A;
}

.html-block-34 tbody tr td {
    width: 25%;
}

.html-block-34 tbody tr:not(:first-child) {
    background-color: white;
    border-bottom: 2px solid #F3EEEB;
}

.html-block-34 .tasks__table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.html-block-34 .tasks__table li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}
.html-block-34 .tasks__table li:last-child {
    margin-bottom: 0;
}
.html-block-34 .tasks__table li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.html-block-34 .tasks__table-wrapper {
    padding-top: 1rem;
}

@media (max-width: 1023px) {
    .html-block-34 .tasks__table tr {
        display: flex;
    }

    .html-block-34 .tasks__table th:last-child {
        display: block;
    }

    .html-block-34 .tasks__table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .html-block-34 .tasks__table {
        min-width: 800px;
    }

    .html-block-34 .tasks__table td:first-child {
        padding-top: 3rem;
    }

    .html-block-34 .tasks__table td:last-child {
        padding-top: 2rem;
    }

    .html-block-34 .tasks__table tr:last-child td {
        padding-top: 2rem;!important;
    }
}


