.skills{
    
    margin: 0 auto; width:100%;  background-color:White; border-radius:8px;
    
}

.skills-title
{
padding:5px 0 5px 0;
margin-top:-4px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
text-align: center; color:var(--theme-color); background: var(--menu-mobile-background-color);  width:100%;
}

.skills-skill{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(253, 253, 253, 0.25);
    border-radius: 42px;
    padding: 0.5em 0.7em;
    margin: 10px;background: var(--primary-color); color: white;
}

.skills-list{
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

@media (min-width: 950px){
.skills-title{
        font-size: 14px;
      }
        
.skills-skill{
            font-size: 13px;
            margin: 20px;  background: var(--primary-color);
            color: white;
        }
        }

        