@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.container-fluid{font-family:Inter,sans-serif}.carousel-wrapper{margin:-32px 0 0;padding:2rem 0}.carrousel-card{border-radius:12px;display:flex;flex-direction:column;overflow:hidden;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.carrousel-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-5px)}.card-img-top{height:200px;object-fit:cover;width:100%}.card-body{display:flex;flex:1;flex-direction:column;padding:.5rem 0}.card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;text-align:center}.card-text{flex:1;font-size:1rem;line-height:1.6;text-align:justify}.card-btn{background-color:#ff5515;border-radius:8px;color:#fff;display:inline-block;font-weight:500;margin-top:auto;padding:.6rem 1rem;text-align:center;text-decoration:none;transition:background-color .3s ease}.card-btn:hover{background-color:#e44b12}@media (max-width:768px){.carrousel-card{height:auto!important}.card-img-top{height:180px}.card-title{font-size:1.1rem}.card-text{font-size:.95rem}}@media (max-width:480px){.card-img-top{height:150px}.card-title{font-size:1rem}.card-btn{font-size:.9rem;padding:.5rem}}