#s-skills {
    margin: 0;
    padding: 95px 125px 0 125px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: max-content;
    background: linear-gradient(180deg, #F5E9CE 0%, #FFA102 40.87%, #DE5533 74.04%, #BC2D29 100%);
}

#s-skills-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    flex: 1;
    width: 100%;
    max-width: 1330px
}

#s-skills-content>h1 {
    margin-bottom: 28px!important;
}

#s-skills-content>h2 {
    color: #450E14;
    font-family: Geologica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0 25px;
    padding: 0;
}

.s-skills-list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: fill-available;
    width: -moz-available;
    width: -webkit-fill-available;
    left: 0;
    right: 0;
    padding: 25px 30px 25px 25px;
    border-radius: 25px;
    margin-top: 10px;
}

.s-skills-list>h3 {
    font-family: Geologica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0 10px;
    padding: 0;
}

.s-skills-list>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: fit-content;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 15px;
}

.s-skills-list-margin {
    margin-bottom: 20px!important;
}

.s-skills-list>ul>li {
    margin: 0;
    padding: 14px 19px;
    height: max-content;
    border-radius: 24px;
    font-family: Geologica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#s-skills-instruments {
    border: 2px solid #450E14;
    background: #F5E9CE;
    margin-bottom: 20px!important;
}

#s-skills-instruments>h3 {
    color: #450E14;
}

#s-skills-instruments>ul>li {
    border-radius: 40px;
    background: #450E14;
    color: #F5E9CE;
}

#s-skills-skills {
    border: 2px solid #F5E9CE;
    background: #450E14;
    margin-bottom: 10px!important;
}

#s-skills-skills>h3 {
    color: #F5E9CE;
}

#s-skills-skills>ul>li {
    border-radius: 40px;
    background: #F5E9CE;
    color: #450E14;
}


@media (max-width: 500px) {
    #s-skills {
        padding: 50px 25px 0 25px;
    }

    .s-skills-list>h3 {
        margin: 0 0 0 7px;
    }

    .s-skills-list>ul {
        margin-top: 10px;
        gap: 10px;
    }

    .s-skills-list>ul>li {
        padding: 10px 15px;
        font-size: 15px;
    }

    #s-skills-content>h2 {
        font-size: 20px;
        margin: 0 0 0 10px;
    }
}