.article-page {
    display: flex;
    flex-direction: column;
    padding: 76px 24px 49px;
}

.article-page:has(.page-title.startup-center-title) {
    padding-top: 128px;
}

.article-page .article-header {
    margin-bottom: 38px;
}

.article-page .article-header .page-title {
    font-family: Obviously Wide Medium;
    font-size: 24px;
    line-height: 29.04px;
    margin-bottom: 45px;
}

.article-page .page-title.startup-center-title {
    color: var(--color-red);
}

.article-page .article-header .news-title {
    font-family: Obviously Wide Medium;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 11px;
}

.article-page .article-header time {
    display: block;
    font-family: Obviously Medium;
    font-size: 14px;
    line-height: 22.33px;
    margin-bottom: 18px;
}

.article-content {
    display: flex;
    flex-direction: column;
    gap: 67px;
}

.richtext-container a {
    color: var(--color-red);
}

.richtext-container * {
    font-size: 12px;
    line-height: 21.6px;
}

.richtext-container ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 22px;
}

.richtext-container ol {
    display: flex;
    flex-direction: column;
}

.richtext-container ul li,
.richtext-container ol li {
    font-size: 12px;
    line-height: 221%;
}

.article-page .members-container {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 6px;
}

.members-container .members-title {
    font-family: Arizona Regular;
    font-size: 18px;
    line-height: 28.71px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.members-container .member-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.member-list .member {
    height: 100px;
    width: 272px;
    display: flex;
    gap: 7px;
}

.member-list .member img {
    height: 100px;
    width: 100px;
}

.member-list .member .name {
    font-family: Obviously Medium;
    font-size: 14px;
    line-height: 21.91px;
}

.member-list .member .title {
    font-family: Obviously Light;
    font-size: 12px;
    line-height: 19.08px;
}

.related-services {
    width: 100%;
    border-top: 1px black solid;
    border-bottom: 1px black solid;
}

.related-services .title {
    font-family: Arizona;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 17px;
    margin-bottom: 9px;
    font-weight: unset;
}

.related-services .service-list {
    padding-bottom: 19px;
}

.related-services .service-list .service {
    display: inline;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 21.6px;
}
.related-services .service-list .service:last-of-type span {
    display: none;
}

@media (min-width: 768px) {
    .article-page {
        padding: 166px 24px 86px;
    }

    .article-page:has(.page-title.startup-center-title) {
        padding-top: 163px;
    }

    .article-page .article-header {
        margin-bottom: 23px;
    }

    .article-page .article-header .page-title {
        font-size: 44px;
        line-height: 53.24px;
        margin-bottom: 97px;
    }

    .article-page .article-header .news-title {
        font-size: 32px;
        line-height: 40.64px;
        margin-bottom: 35px;
    }

    .article-page .article-header time {
        font-size: 20px;
        line-height: 31.9px;
        margin-bottom: 20px;
    }

    .article-content {
        gap: 118px;
    }

    .richtext-container * {
        font-size: 16px;
        line-height: 31.9px;
    }

    .richtext-container a:hover {
        text-decoration: underline;
    }

    .richtext-container ul,
    .richtext-container ol {
        gap: 12px;
    }

    .richtext-container ul li,
    .richtext-container ol li {
        font-size: 20px;
        line-height: 160%;
    }

    .article-page .members-container {
        gap: 48px;
    }

    .members-container .members-title {
        font-family: Arizona Regular;
        font-size: 22px;
        line-height: 20.46px;
    }

    .members-container .member-list {
        gap: 52px;
    }

    .member-list .member {
        width: 420px;
        height: 182px;
        gap: 28px;
    }

    .member-list .member:hover * {
        color: var(--color-red);
        cursor: pointer;
    }

    .member-list .member img {
        height: 182px;
        width: 182px;
    }

    .member-list .member .name,
    .member-list .member .title {
        font-size: 20px;
        line-height: 27.8px;
    }

    .related-services {
        border: unset;
    }

    .related-services .title {
        font-size: 22px;
        line-height: 20.46px;
        padding-top: 13px;
        margin-bottom: 24px;
    }

    .related-services .service-list {
        padding-bottom: unset;
        font-size: 16px;
        line-height: 25.44px;
    }

    .related-services .service-list .service {
        font-size: 16px;
        line-height: 25.44px;
    }

    .related-services .service-list .service:hover {
        color: var(--color-red);
    }
}

@media (min-width: 1194px) {
    .article-page {
        padding: 222px 70px 89px 60px;
    }

    .article-page:has(.page-title.startup-center-title)  {
        padding-top: 217px;
    }

    .article-page .article-header {
        margin-bottom: 23px;
    }

    .article-page .article-header .page-title {
        font-size: 48px;
        line-height: 58.08px;
    }

    .article-page .article-header time {
        margin-bottom: 20px;
    }

    .article-page .article-header .divider {
        width: 15px;
    }

    .richtext-container {
        margin-bottom: 23px;
    }

    .article-page .members-container {
        margin-top: 21px;
    }

    .members-container .member-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        column-gap: 0px;
    }

    .member-list .member {
        width: 100%;
    }

    .richtext-container ul,
    .richtext-container ol {
        gap: 16px;
    }

    .service-list {
        padding-bottom: 0;
        font-size: 16px;
        line-height: 25.44px;
    }
}

@media (min-width: 1500px) {
    .article-page {
        padding: 222px 125px 87px 121px;
    }

    .article-page .article-header .news-title,
    .richtext-container {
        max-width: 1224px;
    }

    .richtext-container * {
        font-size: 20px;
    }

    .article-content {
        gap: 132px;
        width: 100%;
    }

    .members-container .member-list {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 144px;
        row-gap: 52px;
    }

    .article-page .members-container {
        gap: 48px;
    }

    .related-services {
        max-width: 1200px;
    }
}
