@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body,html,#root,.app{height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:"#F0EFEF";color:#000}.app{height:100vh;width:100%;display:flex;flex-direction:column;background-color:#f5f5f5}.header{background-color:#002546;height:90px;display:flex;align-items:center;padding-left:20px}.header img{height:80px}.container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;max-width:900px;margin:0 auto;text-align:center}.card-container{margin-top:30px;display:flex;justify-content:center;align-items:center;gap:30px;flex-wrap:wrap;width:100%}.logo{margin-top:20px}.title{font-size:50px;font-weight:600;margin-bottom:20px}.main-info{margin-bottom:50px;width:700px}.card{height:330px;width:330px;padding:25px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .2s ease}.card:hover{transform:translateY(-2px)}.card-blue{background-color:#003e5c}.card-bordeaux{background-color:#5f0030}.card-title{margin:0;align-self:self-start}.card-text{font-size:14px;max-width:200px;text-align:left}.card-bottom{display:flex;justify-content:space-between;align-items:center}.arrow-box{background-color:#fff;color:#000;width:50px;height:50px;border-radius:50px;display:flex;align-items:center;justify-content:center;cursor:pointer}
