.competences-container{width:98%;margin:0 auto;padding:40px 20px;box-sizing:border-box}.competences-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:25px}.competence-card{flex:0 0 calc(33.333% - 17px);min-width:250px;background-color:#f7f7f7;border-top:5px solid #de8e24;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:20px;transition:transform .3s,box-shadow .3s;box-sizing:border-box}.competence-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.competence-title{display:block;margin-top:0;margin-bottom:15px;color:#333;font-size:1.3em;font-weight:700;border-bottom:2px solid #e0e0e0;padding-bottom:10px}.competence-details{padding:0}.competence-details ul{list-style:none;padding:0;margin:0;color:#333}.competence-details li{margin-bottom:8px;line-height:1.5;padding-left:15px;position:relative}.competence-details li::before{content:"•";color:#de8e24;font-weight:700;display:inline-block;width:1em;margin-left:-1em}@media (max-width:992px){.competence-card{flex:0 0 calc(50% - 12.5px)}}@media (max-width:600px){.competence-card{flex:1 1 100%}}