.imgHomeIntro{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;width:100%;max-width:400px;height:300px;transition:transform .3s ease}@media (min-width:768px){.imgHomeIntro{height:400px;max-width:450px}}@media (min-width:1024px){.imgHomeIntro{height:500px;max-width:500px}}.imgHomeIntro:hover{transform:scale(1.02)}.text-color-1{color:hsl(var(--primary))}.bg-color-1{background-color:hsl(var(--primary))}.resume-img-cover{background-position:50%;background-repeat:no-repeat;background-size:cover;background-color:hsl(var(--muted));width:100%;height:250px;border-radius:16px;transition:transform .3s ease}@media (min-width:768px){.resume-img-cover{height:300px}}@media (min-width:1024px){.resume-img-cover{height:400px}}.resume-img-cover:hover{transform:scale(1.02)}.section-spacing{padding:clamp(3rem,8vw,6rem) 0}.container-responsive{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container-responsive{padding:0 1.5rem}}@media (min-width:1024px){.container-responsive{padding:0 2rem}}