.storiespage .titlenews-h1{
    margin: 0;
}
/*.storiespage p{
    width: 925px;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    padding-bottom: 20px;
}*/

.storycard{
    margin-top: 60px;
    display: inline-block;
    vertical-align: top;
}

.storycard.m{
    margin: 60px 68px 0 68px;
}

.titlecard-st{
    margin: 10px 0 0 0;
}
footer{
    margin-top: 80px;
}

@media only screen and (max-width: 1240px){
    /*.storiespage .titlenews-h1{
        margin: 0 auto 20px 0;
    }
    .storiespage p{
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }*/
    .storycard{
        margin: 37px 0 0 0;
    }
    .storycard.m{
        margin: 37px 0 0 0;
    }
    .storycard.mm{
        margin: 37px 58px 0 58px;
    }
    footer{
        margin-top: 40px;
    }
}


@media only screen and (max-width: 699px){
    .storiespage .titlenews-h1{
        font-size: 26px;
        margin: 0 auto 16px 0;
    }
    /*.storiespage p{
        font-size: 14px;
        padding-bottom: 24px;
    }*/
    .storycard{
        width: 156px;
        margin: 16px 0 0 0;
    }
    .storycard.mm{
        margin: 16px  0 0 0;
    }
    .storycard.m{
        margin: 16px 0 0 0;
    }
    .storycard.mmm{
        margin: 16px 12px 0 0;
    }
    .wrapstimg{
        border-radius: 16px;
    }
    .storycard img {
        height: 156px;
        border-radius: 16px;
    }
    footer{
        margin-top: 40px;
    }
}