@media (min-width: 320px) {}

@media (min-width: 576px) {
        #milestone {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    #milestone {
        background-position: bottom;
        padding-top: 90px;
    }

    .milestone-content {
        display: flex;
        flex-direction: row;
        align-items:flex-start;
        margin-top: 2%;
        justify-content: center;
        width: 100%;
    }

    /* milestone-hero */
    .milestone-hero {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        order: 2;
        width: 50%;
    }

    .milestone-hero-img {
    position: absolute;
    top: -10%;
    left: 50%;
    width: 1200px;
    height: auto;
    transform: translate(-65%, 0%);
}

    .milestone-hero-video {
        margin-top: -100px;
        padding-right: 120px;
        padding-left: 0px;
        width: 1300px;
    }

    .milestone-hero-overlay {
        height: 50%;
        margin-bottom: 5%;
        z-index: 5;
    }

    .milestone-hero-note-container {
        position: absolute;
        top: 90%;
        left:20%;
        transform: scale(1.2);
    }

    .milestone-hero-note-img {
        display: block;
        width: auto;
        height: 35px;
        z-index: 10;
    }

    .milestone-hero-note-text {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center;
        pointer-events: none;
        width: 100%;
        text-shadow:
            0 0 5px rgba(195, 0, 255, 0.2),
            0 0 10px rgba(195, 0, 255, 0.2),
            0 0 20px rgba(195, 0, 255, 0.2),
            0 0 40px rgba(195, 0, 255, 0.2);
            z-index: 15;
    }

    .milestone-list {
        width: 50%;
        height: 80%;
        order: 1;
        z-index: 2;
        margin-top:1%;
        margin-right:-5%;
        padding-left: 5%;
    }

    .milestone-list-item {
        position: relative;
    }

    .milestone-list-people-text {

        font-size: 40px;
    }

    .milestone-list-tip-text {
   
    font-size: 18px;
}

.milestone-list-reward-text {
    bottom: 5%;
    font-size: 16px;
}

}


@media (min-width: 1452px) {
     .milestone-hero-note-container {
        transform: scale(1.4);
    }
}