@import url(styles.css);
@import url(styles-aux-header.css);

.skill {
    height: auto;
    max-height: fit-content;
    color: white;
    display: flex;
    align-items: center;
    position: relative;
}

.skill ul {
    color: white;
    font-weight: bold;
}


.skill .text-content {
    width: 80%;
    text-align: left;
}

.skill h2 {
    text-align: left;
}


@media (max-width: 480px) {
    .skill li {
        font-size: 15px;

    }
}