body {
    background-color: transparent;
}

.page-one {
    height: 200px;
    background-color: #161f2d;
}

.one-txt {
    color: #fff;
    width: 94%;
    margin: 0 auto;
    padding: 40px 0 0;
    font-size: 40px;
    font-weight: 700;
}

.page-two {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.two-left {
    width: 70%;
    border-left: 1px solid rgba(128, 128, 128, 0.493);
    border-right: 1px solid rgba(128, 128, 128, 0.493);
    margin: 0 auto;
}

.two-left-img {
    width: 100%;
    margin: -100px auto 0;
    max-height: 550px;
    overflow: hidden;
}

.two-left-img img {
    width: 100%;
}

.two-left-txt {
    width: 80%;
    margin: 0 auto;
}

.two-left-txt h1 {
    font-size: 43px;
    padding: 40px 0;
    line-height: 70px;
}

.two-left-txt p {
    font-size: 20px;
    padding: 20px 0;
    line-height: 35px;
}

.two-left-txt img {
    width: 100%;
    width: auto;
    padding: 20px 0;
    object-fit: cover;
}

.two-left-txt .img-box::before {
    padding-top: 56%;
}

.two-right {
    margin-top: -50px;
    width: 29%;
    background: #f1f8fc;
    min-height: 300px;
    max-height: 680px;
    overflow: hidden;
    position: sticky;
    top: 64px;
    right: 0;
    padding: 10px 40px;
}

.list-fore {
    background: transparent;
}

.sidebar__trending {
    display: block;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.link-list__header {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    color: #7e97ad;
    border-bottom: 1px solid #d6dfe8;
    margin: 0 0 20px;
    padding-bottom: 3px;
    margin: 0;
}

.link-list__list li {
    counter-increment: step-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #d6dfe8;
}

.link-list__list li:before {
    font-weight: 700;
    color: #e2ecf2;
    font-size: 67px;
    content: counter(step-counter);
    width: 60px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.link-list__cta,
.link-list__date {
    font-size: 12px;
    line-height: 1.2em;
    color: #f83036;
}

.link-list__date {
    color: #7e97ad;
}

.link-list__list a {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 700;
    color: #161f2d;
    text-decoration: none;
    display: block;
    margin: 5px 0 0;
}

@media (max-width:999px) {
    main {
        width: 98%;
        margin: 0 auto;
    }

    .page-one {
        height: auto;
    }

    .one-txt {
        padding: 10px 0;
    }

    .page-two {
        width: 100%;
        flex-direction: column;
    }

    .two-left {
        width: 100%;
        border: none;
    }

    .two-left-img {
        margin-top: 0;
    }

    .two-left-txt {
        width: 100%;
    }

    .two-left-txt h1 {
        font-size: 24px;
        line-height: 40px;
        padding: 20px 0;
    }

    .two-left-txt p {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
    }

    .two-left-txt img {
        width: 100%;
        padding: 10px 0;
    }

    .two-right {
        width: 100%;
        margin-top: 0;
        background-color: transparent;
        padding: 10px 20px;
    }
}