.outcomesblock {
    position: relative;
    padding-left: 64px;
}

.outcomesblock-iconwrap {
    font-family: var(--second-family);
    font-size: 32px;
    line-height: 110%;
    background: #F5C952;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.outcomesblock-title {
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 110%;
}

.outcomesblock-title:after {
    content: '';
    height: 1px;
    display: block;
    width: 100%;
    background: var(--clr-04);
    margin: 7px 0 8px 0;
    border-radius: 100%;
}

.outcomesblock-title mark {
    background: none;
    color: var(--clr-04);
}

.outcomesblock-description {
    line-height: 150%;
}

.outcomes {
}

.outcomes-main {
    padding: 24px 0 24px 0;
}

.outcomes-header {
}

.outcomes-title {
    font-family: var(--second-family);
    font-size: 32px;
    line-height: 110%;
    padding-bottom: 7px;
    text-align: center;
}

.outcomes-title mark {
    background: none;
    color: var(--clr-04);
}

.outcomes-content {
    padding-top: 8px;
}

.outcomes-list {
}

.outcomes-item {
    padding: 16px 0;
}

.outcomes-footer {
}

.outcomes-control {
}

.outcomes-button {
}

@media (min-width: 75em) {
    .outcomesblock {
        padding: 0 0 0 80px;
        max-width: 636px;
    }

    .outcomesblock-iconwrap {
        font-size: 36px;
        width: 64px;
        height: 64px;
    }

    .outcomesblock-title {
        font-size: 36px;
    }

    .outcomesblock-title:after {
        margin: 15px 0 17px 0;
    }

    .outcomesblock-title mark {
    }

    .outcomesblock-description {
        font-size: 20px;
    }

    .outcomes {
    }

    .outcomes-main {
        padding-top: 16px;
    }

    .outcomes-header {
        max-width: 780px;
        margin: 0 auto;
    }

    .outcomes-title {
        font-size: 64px;
    }

    .outcomes-title mark {
    }

    .outcomes-content {
        padding-top: 56px;
    }

    .outcomes-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .outcomes-item {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding: 32px 0;
    }

    .outcomes-footer {
    }

    .outcomes-control {
    }

    .outcomes-button {
    }
}
