.resume-card{display:flex;gap:.5rem;border-radius:.5rem;box-shadow:var(--box-shadow);padding:1rem;flex-direction:column}.resume-card:first-child{background-color:hsla(0,100%,74%,.1)}.resume-card:nth-child(2){background-color:rgba(82,50,193,.1)}.resume-card-container{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:1rem}@media(min-width:768px){.resume-card-container{min-width:23rem;padding:1.5rem}}.resume-card--description,.resume-card--year{font-size:.9rem;font-weight:300}.resume-card--title{font-size:1.1rem;font-weight:500}.skills{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem}@media(min-width:768px){.skills{padding:1rem 2rem}}.skills .skill{display:flex;align-items:center;justify-content:flex-start;box-shadow:var(--box-shadow);gap:1rem;padding:.5rem;border-radius:.5rem;width:100%}@media(min-width:768px){.skills .skill{width:10rem}}.skills .skill--title{color:var(--label-color);display:flex;font-weight:450}.skills .skill--bar{width:100%;background-color:hsla(0,0%,46%,.3);border-radius:.5rem;overflow:hidden;margin:.3rem 0 .5rem;position:relative;box-shadow:var(--box-shadow)}.skills .skill--bar .progress{height:.8rem}.skills .skill--bar .bg-1{background-color:rgba(254,9,68,.6)}.skills .skill--bar .bg-2{background-color:rgba(82,50,193,.6)}.skills .skill--bar .bg-3{background-color:rgba(188,24,136,.6)}.skills .skill--bar .bg-4{background-color:rgba(33,150,243,.6)}.skills .knowledge{display:flex;flex-wrap:wrap;gap:10px}.skills .knowledge span{background-color:#e0e0e0;padding:5px 10px;border-radius:5px;font-size:14px}.tags{display:flex;flex-wrap:wrap;gap:10px}.tags span{background-color:#e0e0e0;padding:5px 10px;border-radius:5px;font-size:14px}