.text-list__stiky {
    margin-bottom: 80px;
}

.text-list__stiky h2 {
    font-size: 36px;
    margin-bottom: 80px;
}

.text-list__content h3 {
    font-size: 28px;
}

.text-list__inner {
    margin-top: 60px;
}

.text-list__inner h4 {
    font-size: 24px;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .text-list__stiky h2 {
        font-size: 48px;
    }

    .text-list__content h3 {
        font-size: 32x;
    }
}

@media screen and (min-width: 1280px) {
    .text-list > .container {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .text-list__stiky {
        align-self: flex-start;
        position: sticky;
        top: 40px;
        width: calc(33% - 40px);
    }

    .text-list__stiky .tag-row {
        justify-content: start;
    }

    .text-list__content {
        width: calc(66% - 40px);
    }
}