@media (max-width: 992px) {
    .j-center {
        justify-content: center !important;
    }
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .m-justify-start {
        justify-content: start !important;
    }

    .footer-link-col {
        margin-bottom: 2rem;
    }

    .social-col {
        text-align: center;
        margin-top: 5rem;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    .logo {
        width: 25%;
        height: auto;
    }
}

@media only screen and (max-width: 700px) {
    .lookbook-item {
        height: 27vh;
    }

    .container {
        padding: 0rem 1.5rem !important;
    }

    .lead {
        font-size: 1.1rem;
        font-weight: 300;
    }
    .m-spacer {
        height: var(--mText);
    }

    .hero {
        height: 70vh;
    }

    .hero-content h1 {
        font-size: var(--sText);
    }

    .lookbook-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stats-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }

    .nav-bar {
        padding: 1rem 0rem;
    }

    .page-hero-content h1 {
        font-size: var(--sText);
    }

    .page-hero {
        height: 30vh;
    }
}

@media only screen and (max-width: 500px) {
    .logo {
        width: 35%;
        height: auto;
    }
}
