@media (max-width: 1399px) {
    .forecourt .stat {
        margin-left: 80px;
    }
}

@media (max-width: 1199px) {
    h2 {
        margin-bottom: 20px;
    }

    .backstory.page h1 {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .backstory.page .picture {
        height: 300px;
    }
}

@media (max-width: 1023px) {
    .overdoor .logomark {
        margin: 0;
        font-size: 20px;
    }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active {
        position: relative;
        opacity: 2;
    }

    .overdoor .pathlist {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        opacity: 0;
        width: 100%;
        background: #1B1F24;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        padding: 20px 0;
        margin-top: 50px;
    }

    .overdoor .pathlist.active {
        display: flex;
        opacity: 1;
        transform: translateY(0);
    }

    .overdoor  .pathlist.active .pathlist__one {
        margin: 0;
        margin-bottom: 15px;
    }

    .overdoor  .pathlist.active .pathlist__one a {
        color: #FAFAF7;
        font-size: 18px;
        text-decoration: none;
    }

    .routeset__card {
        height: 768px;
    }

    .routeset__card .btn {
        width: 250px;
        margin-left: -125px;
    }
}

@media (max-width: 991px) {
    .routeset__card {
        width: 360px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .routeset .row > div:last-child .routeset__card {
        margin-bottom: 0;
    }

    .routeset__card .btn {
        position: relative;
        left: 0;
        margin: 0 auto; 
        margin-top: 20px;
    }

    .fieldnotes .fieldnotes-one .picture img {
        width: 140%;
    }

    .duo-postform .postform__input:first-child {
        margin-bottom: 20px;
    }

    .duo-postform .postform__input:nth-child(2) {
        margin-bottom: 20px;
    }

    .understep .row div:nth-of-type(3) .pathlist .pathlist__one {
        margin-bottom: 10px;
        justify-content: center;
    }

    .understep .row div:nth-of-type(3) .pathlist .pathlist__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .wayfinders__card {
        text-align: center;
    }

    .wayfinders__card .picture {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .understep .logomark {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .understep .pathlist .pathlist__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .understep .pathlist .pathlist__one:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    a.btn {
        width: 200px;
        height: 45px;
        font-size: 20px;
    }

    h1 {
        font-size: 40px;
    }

    .forecourt .pasth1-v1 {
        margin-top: 20px;
    }

    .forecourt a {
        margin-top: 20px;
    }

    .routeset__card {
        width: 100%;
    }

    .routeset__card .btn {
        width: 100%;
    }
    
    .fieldnotes .fieldnotes-one .picture img {
        width: 175%;
    }

    .backstory.page .picture {
        height: 250px;
    }

    .backstory.page .picture img {
        width: 140%;
    }
}