@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

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

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

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

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

#articles .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 .top .category a {
    color: #fff;
}

#articles .btm {
    background: #ff2c69;
    padding: 30px 0 0;
    position: relative;
}

#articles .btm .items {
    padding-bottom: 75px;
}

#articles .btm .item {
    padding-bottom: 30px;
}

#articles .btm .item > div {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 15px;
}

#articles .btm .item img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
}

#articles .btm .item h3 {
    color: #ea215b;
    font-weight: 600;
    text-decoration: underline;
    font-size: 0.8rem;
    margin-top: 15px;
    line-height: 1.5;
}

#articles .btm .bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

#articles .btm .bottom .date {
    color: #747474;
    font-size: 0.6rem;
}

#articles .btm .bottom .btn {
    display: inline-flex;
    margin-left: auto;
    background-color: #ea215b;
    color: #fff;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
}

#articles .btm .bottom .btn i {
    margin-left: 15px;
}

#articles .btm .load {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    letter-spacing: 10px;
    text-transform: uppercase;
}

#articles .btm .load:hover {
    background: #1e1e4f;
    border: 1px solid #1e1e4f;
}

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

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

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

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

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

    #articles .btm .load {
        letter-spacing: 5px;
    }
}
