@charset "UTF-8";

main {
    counter-reset: section;
}

.next-generation {
    padding-block: 100px 120px;
}

.next-generation__heading {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;

    &::before {
        counter-increment: section;
        content: counter(section) ".";
    }
}

.next-generation__subheading {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.8;
}

.next-generation__body {
    margin-bottom: 30px;
}

.next-generation__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.next-generation__description {
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.next-generation__dl--first {
    margin-bottom: 10px;
}

.next-generation__dl-item {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.next-generation__dt {
    flex-shrink: 0;
    width: 100px;
}

.next-generation__meta {
    margin-block: 65px 70px;
    text-align: right;
}

.next-generation__meta-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.next-generation__action {
    text-align: center;
}
