@media (min-width : 481px) and (max-width : 768px) {




    /*-------- Index --------*/ 




    .left-copy {
        width: 100%;
    }

    .right-copy {
        width: 100%;
        height: auto;
        margin: 24px 0;

    }

    .left-title {
        max-width: 100%;
        font-weight: 700;
        font-family: 'Inter', sans-serif;
        letter-spacing: -1px;
        animation: fadeIn 5s;
        font-size: 2.5rem;
        text-align: left;
        line-height: 1.2;
        color: #bdbdbd;
        margin-bottom: 24px;

    }

    .role_details {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;

    }

    /*------- Images ---------*/

    .image-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .row-image {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 24px;
    }

    .row-image-lg {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 24px;
    }



    .pages_hero_vid {
        max-width: 100%;
        display: flex;
        align-items: center;
        height: auto;
        padding: 0px;
        margin: 0 0 48px 0;
        animation: fadeInBottom .4s;
        transform: translate3d(0, 10px, 0);
        transition: 0.25s all ease-in-out;
    
    }


    /*--------------Bottom -------------*/

    .metrics_box {
        display: flex;
        max-width: 90%;
        height: auto;
        padding: 8px;
    }

    .footer-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: 1440px;
        margin: 0 auto;
        padding: 24px;
    }

    .footer-box {
        width: 100%;
        display: flex;
        margin-bottom: 48px;
    }

    .footer h1 {
        color: #FAFAFA;
        font-size: 8vw;
    }


    /*------------- Pages Legacy --------*/

    .pages_image-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 72px;
    }

    .pages_copy {
        width: 100%;
        padding: 24px 0;
    }

    .pages_image-row img {
        width: 100%;

    }



}