@media (min-width: 700px) {
    .container{
        width: 100%;
        display: inline-flex;
        margin-top: 5rem;
    }
    .big{
        width: 69%;
        margin-left: auto;
        margin-right: auto;
    }
    .small{
        width: 29%;
        height: 10rem;
        margin-left: auto;
        margin-right: auto;
    }
    .latest{
        margin-top: 1rem;
    }
    .cover{
        width: 100%;
        height: 25rem;
        margin-bottom: 2rem;
        margin-top: -1rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 11px;
        overflow: hidden;
    }
    .tex-sec{
        height: 100%;
        position: relative;
        width: 100%; background:
        linear-gradient(to top, black, transparent);
    }
    .cov_title{
        width: 90%;
        position: absolute;
        bottom: 1rem;
        right: 2.9rem;
    }
    .title_div{
        font-size: 32px;
        color: white;
        font-weight: 900;
        text-align: justify;
    }
    .cat{
        position: absolute;
        top: 1.5rem;
        left: 2.9rem;
        padding: 10px;
        background-color: #82181a;
        border-radius: 7px;
        color: white;
        font-weight: 900;
        font-size: 34px;
    }
    .tit_time{
        color: white;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        font-size: 11px;
        font-style: italic;
    }
    .s_time{
        color: #82181a;
        text-align: left;
        font-size: 9px;
        float: right;
        font-style: italic;
    }
    .child_con{
        width: 100%;
        margin-top: 1rem;
        background-color: #82181a;
        padding: 1rem;
        border-radius: 7px;
        margin-bottom: 2rem;
    }
    .children_con{
        width: 44%;
        min-height: 5rem;
        max-height: 5rem;
        background-color: #f9f9f9;
        display: inline-table;
        margin: 0.5rem;
        height: 5rem;
        padding: 10px;
        border-radius: 5px;
        position: relative;
        text-align: justify;
    }
    .image{
        width: 38%;
        height: 5rem;
        top: .5rem;
        right: .5rem;
        display: inline-table;
    }
    .imgg{
        width: 100%;
        height: 5rem;
        border-radius: 2px;
    }
    .title_divv{
        width: 54%;
        text-align: justify;
        margin-left: 1rem;
        color: black;
        font-weight: 900;
        display: inline-table;
        position: absolute;
    }
    .trending h2{
        margin: 0;
    }

    .trending{
        background-color: #82181a;
        color: white;
        width: 100%;
        text-align: center;
    }
    .case{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .m_img{
        width: 100%;
        height: 15rem;
        border-radius: 7px;
    }
    .tit_small{
        font-size: 11px;
        color: gray;
    }
}

@media (max-width: 699px) {
    .container{
        width: 90%;
        margin: auto;
        margin-top: 7rem;
    }
    .big{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .small{
        width: 100%;
        height: 10rem;
        background-color: #82181a;
        margin-left: auto;
        margin-right: auto;
        display: none;
    }
    .latest{
        margin-top: 1rem;
    }
    .cover{
        width: 100%;
        height: 25rem;
        margin-bottom: 2rem;
        margin-top: -1rem;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 11px;
        overflow: hidden;
    }
    .tex-sec{
        height: 100%;
        position: relative;
        width: 100%; background:
        linear-gradient(to top, black, transparent);
    }
    .cov_title{
        width: 90%;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
    }
    .title_div{
        font-size: 18px;
        color: white;
        font-weight: 900;
        text-align: justify;
    }
    .cat{
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        padding: 10px;
        background-color: #82181a;
        border-radius: 7px;
        color: white;
        font-weight: 900;
        font-size: 24px;
    }
    .tit_time{
        color: white;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        font-size: 11px;
        font-style: italic;
    }
    .s_time{
        color: #82181a;
        text-align: left;
        font-size: 9px;
        float: right;
        font-style: italic;
    }
    .child_con{
        width: 100%;
        margin-top: 1rem;
        background-color: #82181a;
        padding: 1rem;
        border-radius: 7px;
        margin-bottom: 2rem;
    }
    .children_con{
        width: 100%;
        background-color: #f9f9f9;
        margin: auto;
        margin-bottom: 1rem;
        padding: 10px;
        border-radius: 5px;
        position: relative;
        text-align: justify;
    }
    .image{
        width: 38%;
        height: 5rem;
        top: .5rem;
        right: .5rem;
        display: inline-table;
    }
    .imgg{
        width: 100%;
        height: 5rem;
        border-radius: 2px;
    }
    .title_divv{
        width: 54%;
        text-align: justify;
        margin-left: 1rem;
        color: black;
        font-weight: 900;
        display: inline-table;
        position: absolute;
    }
}
.tex-sec:hover{
background-color: #82181a4d;
transition-duration: 0.5s;
}
.children_con:hover{
    background-color: rgba(255, 255, 255, 0.692);
    transition-duration: 0.5s;
}

.case:hover{
    transition-duration: 0.5s;
    scale: 0.95;
}