#articles-details .top {
    background: #292a68;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 100px;
}

#articles-details .top h1 {
    color: #ffffff;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 500;
}

#articles-details .top h1 > span {
    color: #ea215b;
}

#articles-details .top > p {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 15px;
}

#articles-details .top > p > a {
    font-weight: 700;
    color: #fff;
}

#articles-details .top .category {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-top: 1px solid #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
}

#articles-details .top .category a {
    color: #fff;
}

#articles-details .btm {
    padding: 50px 0;
    position: relative;
}

#articles-details .btm .title {
    text-align: center;
}

#articles-details .btm .title h1 {
    color: #000;
    font-weight: 700;
    font-size: 3rem;
}

#articles-details .btm .title h6 {
    color: #000;
    font-weight: 700;
    font-size: 0.8rem;
    margin-top: 50px;
}

#articles-details .btm .title p {
    color: #000;
    font-weight: 300;
    font-size: 0.8rem;
    margin-top: 5px;
}

#articles-details .btm .cover_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 50px;
}

#articles-details .btm .ctn .left p {
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 30px;
    padding-right: 100px;
}

#articles-details .btm .ctn .left ul li {
    color: #000;
    margin-top: 15px;
}

#articles-details .btm .ctn .right h1 {
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 50px;
}

#articles-details .btm .ctn .right h1:last-child {
    margin-top: 0;
}

#articles-details .btm .ctn .right .items {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

#articles-details .btm .ctn .right .items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#articles-details .btm .ctn .right .items p {
    color: #2a2a2a;
    font-weight: 700;
    font-size: 0.8rem;
    margin-left: 15px;
}

#articles-details .btm .next {
    color: #000;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
}

#articles-details .btm .next .icon {
    margin-left: 10px;
}

#articles-details .btm .related {
    margin-top: 30px;
    border-top: 1px solid #000;
}

#articles-details .btm .related h1 {
    font-weight: 600;
    font-size: 2rem;
    color: #2a2a2a;
    margin-top: 30px;
}

#articles-details .btm .related .ctn {
    margin-top: 30px;
}

#articles-details .btm .related .ctn .item > div {
}

#articles-details .btm .related .ctn .item > div img {
    width: 100%;
    height: 30vh;
}

#articles-details .btm .related .ctn .item > div h3 {
    font-weight: 600;
    font-size: 0.8rem;
    color: #000000;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding: 20px 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: -5px;
    height: 15vh;
}

@media (orientation: portrait) {
    #articles-details .top {
        padding-top: 75px;
    }

    #articles-details .top h1 {
        font-size: 1.5rem;
    }

    #articles-details .top > p {
        font-size: 1rem;
    }

    #articles-details .top .category {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    #articles-details .top .category a {
        margin-right: 5px;
        flex: 1 1 100px;
        margin-bottom: 5px;
    }

    #articles-details .btm {
        padding: 30px 0;
    }

    #articles-details .btm .title h1 {
        font-size: 1.5rem;
    }

    #articles-details .btm .title h6 {
        margin-top: 30px;
    }

    #articles-details .btm .cover_image {
        margin-top: 30px;
    }

    #articles-details .btm .ctn .left p {
        font-size: 0.8rem;
        margin-top: 30px;
        padding-right: 0;
    }

    #articles-details .btm .ctn .right h1 {
        margin-top: 30px;
        font-size: 1rem;
    }

    #articles-details .btm .ctn .right .items {
        padding: 15px 100px 15px 0;
    }

    #articles-details .btm .next {
        margin-top: 15px;
        font-size: 1rem;
    }

    #articles-details .btm .related h1 {
        margin-top: 15px;
        font-size: 1.2rem;
    }

    #articles-details .btm .related .item {
        margin-bottom: 15px;
    }
}
