.scroll__content {
    display: flex;
    justify-content: space-between;
}

.task__content-title {
    font-family: 'Uni Sans';
    font-weight: normal;
    font-size: 40px;
    line-height: 110%;
    color: #1B1E20;
}
.task {
    padding-bottom: 100px;
}
.scroll__content {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    align-items: center;
}
.scroll__list {
    width: 650px;
    padding: 40px;
    background: #FAFAFA;
}
.scroll__content-title {
    font-family: 'Uni Sans';
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    color: #1B1E20;
}
.scroll__content-title img {
    position: relative;
    top: 2px;
    left: 6px;
}