@media screen and (min-width: 901px){
    .Projects__title-light{
        color: #e0d0c0;
        font-size: 4rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
    }
    .Projects__title-dark{
        color: #e0d0c0;
        font-size: 4rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
    }
}
@media screen and (max-width: 900px){
    .Projects__title-light{
        color: #e0d0c0;
        font-size: 3rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
    }
    .Projects__title-dark{
        color: #e0d0c0;
        font-size: 3rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
    }
}
@media screen and (max-width: 600px){
    .Projects__title-light{
        color: #e0d0c0;
        font-size: 3rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
    }
    .Projects__title-dark{
        color: #e0d0c0;
        font-size: 3rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
    }
}
@media screen and (max-width: 300px){
    .Projects__title-light{
        color: #e0d0c0;
        font-size: 3.5rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
    }
    .Projects__title-dark{
        color: #e0d0c0;
        font-size: 3.5rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
    }
}