@media screen and (min-width: 901px){
    .skills-education__sub-title-light{
        font-weight: bolder;
        font-size: 2rem;
        font-family: var(--monserrat-font);
        color: #053B50;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__sub-title-dark{
        font-weight: bolder;
        font-size: 2rem;
        font-family: var(--monserrat-font);
        color: white;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 900px){
    .skills-education__sub-title-light{
        font-weight: bolder;
        font-size: 2rem;
        font-family: var(--monserrat-font);
        color: #053B50;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__sub-title-dark{
        font-weight: bolder;
        font-size: 2rem;
        font-family: var(--monserrat-font);
        color: white;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 600px){
    .skills-education__sub-title-light{
        font-weight: bolder;
        font-size: 2rem;
        font-family: var(--monserrat-font);
        color: #053B50;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__sub-title-dark{
        font-weight: bolder;
        font-size: 2rem;
        font-family: var(--monserrat-font);
        color: white;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 300px){
    .skills-education__sub-title-light{
        font-weight: bolder;
        font-size: 2rem;
        font-family: var(--monserrat-font);
        color: #053B50;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__sub-title-dark{
        font-weight: bolder;
        font-size: 2rem;
        font-family: var(--monserrat-font);
        color: white;
        transition: all 0.4s ease-in-out;
    }
}
