@media screen and (min-width: 901px){
    .skills-education__education_item_sub-title-light{
        font-family: var(--monserrat-font);
        font-style: italic;
        font-weight: lighter;
        font-size: 0.8rem;
        color: rgb(96, 96, 96);
        transition: all 0.4s ease-in-out;
    }
    .skills-education__education_item_sub-title-dark{
        font-family: var(--monserrat-font);
        font-style: italic;
        font-weight: lighter;
        font-size: 0.8rem;
        color: white;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 900px){
    .skills-education__education_item_sub-title-light{
        font-family: var(--monserrat-font);
        font-style: italic;
        font-weight: lighter;
        font-size: 0.8rem;
        color: rgb(96, 96, 96);
        transition: all 0.4s ease-in-out;
    }
    .skills-education__education_item_sub-title-dark{
        font-family: var(--monserrat-font);
        font-style: italic;
        font-weight: lighter;
        font-size: 0.8rem;
        color: white;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 600px){
    .skills-education__education_item_sub-title-light{
        font-family: var(--monserrat-font);
        font-style: italic;
        font-weight: lighter;
        font-size: 0.8rem;
        color: rgb(96, 96, 96);
        transition: all 0.4s ease-in-out;
    }
    .skills-education__education_item_sub-title-dark{
        font-family: var(--monserrat-font);
        font-style: italic;
        font-weight: lighter;
        font-size: 0.8rem;
        color: white;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 300px){
    .skills-education__education_item_sub-title-light{
        font-family: var(--monserrat-font);
        font-style: italic;
        font-weight: lighter;
        font-size: 0.8rem;
        color: rgb(96, 96, 96);
        transition: all 0.4s ease-in-out;
    }
    .skills-education__education_item_sub-title-dark{
        font-family: var(--monserrat-font);
        font-style: italic;
        font-weight: lighter;
        font-size: 0.8rem;
        color: white;
        transition: all 0.4s ease-in-out;
    }
}