/* ============================================
   PC (Desktop) - min-width: 1024px
   ============================================ */

/* Story Items Container - Center در دسکتاپ */
@media (min-width: 1024px) {
    .amer-story-wrapper>div:first-child {
        justify-content: center;
    }
}


