@media screen and (min-width: 901px){
    .Projects__list{
        padding-left: 20px;
        box-sizing: border-box;
        position: relative;
        padding: 20px;
        width: 100%;
        height: 60vh;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 20px;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        transition: all ease-in-out 0.4s;
    }
    .Projects__list-light{
        color: black;
    }
    .Projects__list-dark{
        color: white;
    }

    .Projects__list-light::-webkit-scrollbar{
        background: lightgray;
        height: 10px;
        width: 10px;
        border-radius: 20px;
    }
    .Projects__list-light::-webkit-scrollbar-thumb{
        width: 1px;
        background-color: #BFD7E1;
        border-radius: 20px;
        height: 10px;
    }
    .Projects__list-dark::-webkit-scrollbar{
        background: white;
        height: 10px;
        width: 10px;
        border-radius: 20px;
    }
    .Projects__list-dark::-webkit-scrollbar-thumb{
        width: 1px;
        background-color: yellow;
        border-radius: 20px;
        height: 10px;
    }

}
@media screen and (max-width: 900px){
    .Projects__list{
        padding-left: 20px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 60vh;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 20px;
        overflow-x: scroll;
    }
    .Projects__list-light{
        color: black;
    }
    .Projects__list-dark{
        color: white;
    }
    .Projects__list-light::-webkit-scrollbar{
        background: lightgray;
        height: 10px;
        width: 10px;
        border-radius: 20px;
    }
    .Projects__list-light::-webkit-scrollbar-thumb{
        width: 1px;
        background-color: #BFD7E1;
        border-radius: 20px;
        height: 10px;
    }
    .Projects__list-dark::-webkit-scrollbar{
        background: white;
        height: 10px;
        width: 10px;
        border-radius: 20px;
    }
    .Projects__list-dark::-webkit-scrollbar-thumb{
        width: 1px;
        background-color: yellow;
        border-radius: 20px;
        height: 10px;
    }
}
@media screen and (max-width: 600px){
    .Projects__list{
        padding-left: 20px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 60vh;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 20px;
        overflow-x: scroll;
    }
    .Projects__list-light{
        color: black;
    }
    .Projects__list-dark{
        color: white;
    }

    .Projects__list-light::-webkit-scrollbar{
        background: lightgray;
        height: 10px;
        width: 10px;
        border-radius: 20px;
    }
    .Projects__list-light::-webkit-scrollbar-thumb{
        width: 1px;
        background-color: #BFD7E1;
        border-radius: 20px;
        height: 10px;
    }
    .Projects__list-dark::-webkit-scrollbar{
        background: white;
        height: 10px;
        width: 10px;
        border-radius: 20px;
    }
    .Projects__list-dark::-webkit-scrollbar-thumb{
        width: 1px;
        background-color: yellow;
        border-radius: 20px;
        height: 10px;
    }
}
@media screen and (max-width: 300px){
    .Projects__list{
        padding-left: 20px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 60vh;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        gap: 20px;
        overflow-x: scroll;
    }
    .Projects__list-light{
        color: black;
    }
    .Projects__list-dark{
        color: white;
    }

    .Projects__list-light::-webkit-scrollbar{
        background: lightgray;
        height: 10px;
        width: 10px;
        border-radius: 20px;
    }
    .Projects__list-light::-webkit-scrollbar-thumb{
        width: 1px;
        background-color: #BFD7E1;
        border-radius: 20px;
        height: 10px;
    }
    .Projects__list-dark::-webkit-scrollbar{
        background: white;
        height: 10px;
        width: 10px;
        border-radius: 20px;
    }
    .Projects__list-dark::-webkit-scrollbar-thumb{
        width: 1px;
        background-color: yellow;
        border-radius: 20px;
        height: 10px;
    }
}