@media screen and (min-width: 901px){
    .skills-education__title-light{
        font-size: 4rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
        color: #053B50;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__title-dark{
        font-size: 4rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
        color: yellow;   
        transition: all 0.4s ease-in-out;

    }
    .skills-education__title_fspan{
        color: #E0D0C0;
    }
    .skills-education__title_Sspan{
        color: #176B87;
    }
}
@media screen and (max-width: 900px){
    .skills-education__title-light{
        font-size: 3rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
        color: #053B50;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__title-dark{
        font-size: 3rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
        color: yellow;   
        transition: all 0.4s ease-in-out;
    }
    .skills-education__title_fspan{
        color: #E0D0C0;
    }
    .skills-education__title_Sspan{
        color: #176B87;
    }
}
@media screen and (max-width: 600px){
    .skills-education__title-light{
        font-size: 3rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
        color: #053B50;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__title-dark{
        font-size: 3rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
        color: yellow;   
        transition: all 0.4s ease-in-out;
    }
    .skills-education__title_fspan{
        color: #E0D0C0;
    }
    .skills-education__title_Sspan{
        color: #176B87;
    }
}
@media screen and (max-width: 300px){
    .skills-education__title-light{
        font-size: 3.5rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
        color: #053B50;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__title-dark{
        font-size: 3.5rem;
        font-family: var(--monserrat-font);
        font-weight: bold;
        color: yellow;   
        transition: all 0.4s ease-in-out;
    }
    .skills-education__title_fspan{
        color: #E0D0C0;
    }
    .skills-education__title_Sspan{
        color: #176B87;
    }
}
