.topmenuline .line{
    display: block;
    margin-top: 0;
}

.storysbox{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stcard{
    margin-bottom: 70px;
}

.pagination{
    width: 100%;
}


@media only screen and (max-width: 1700px){  
    .stcard{
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 1140px){
    .titleh1{
        width: calc(100% - 48px);
        padding: 0 24px;
    }
    
    .storysbox{
        width: calc(100% - 48px);
        height: fit-content;
        padding: 0 24px;
        display: block;
    }

    .stcard{
        margin-bottom: 32px;
    }

    .pagination{
        width: calc(100% - 48px);
        padding: 0 24px 100px 24px;
    }
}