@media screen and (min-width: 901px){
    .skills-education__education-light{
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 50%;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        gap: 30px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__education-dark{
        box-sizing: border-box;
        width: 50%;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        gap: 30px;
        flex-direction: column;
        align-items: center;
        background-color: #0B1928;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 900px){
    .skills-education__education-light{
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 50%;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: white;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__education-dark{
        box-sizing: border-box;
        width: 50%;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #0B1928;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 600px){
    .skills-education__education-light{
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: white;
        transition: all 0.4s ease-in-out;
    }
    .skills-education__education-dark{
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #0B1928;
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 300px){
    .skills-education__education-light{
        box-sizing: border-box;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        gap: 30px;
        flex-direction: column;
        background-color: white;
        transition: all 0.4s ease-in-out;
 
    .skills-education__education-dark{
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #0B1928;
        transition: all 0.4s ease-in-out;
    }       justify-content: center;
        align-items: center;
    }
}