.scroll__content {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
}
.task {
    padding-bottom: 100px;
}
.scroll__list {
    width: 650px;
    padding: 40px;
    background: #FAFAFA;
}
.scroll__content-title {
    margin-top: 140px;
    font-family: 'Uni Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 110%;
    color: #1B1E20;
    margin-bottom: 26px;
}
.scroll__content-subtitle {
    font-family: 'Uni Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    color: #1B1E20;
}
.task__content-title {
    font-family: 'Uni Sans';
    font-weight: normal;
    font-size: 40px;
    line-height: 110%;
    color: #1B1E20;
}