.App{align-items:center;background:#fdf3ed;display:flex;flex-direction:column;text-align:center;width:100%}.App code{background:#fff3;border-radius:4px;padding:4px 8px}.content{align-items:center;display:flex;flex-direction:column;font-family:Rubik,sans-serif;margin-top:68px;max-width:86rem;width:100%}.large-card{margin-top:2.8rem}.banner{align-items:center;color:#586189;display:flex;flex-direction:column;min-height:36rem;width:100%}.header{font-size:2.2rem;font-weight:300;margin-top:2.4rem}.subtext{font-size:1.2rem;font-weight:300;margin:1.2rem 1.2rem 0;max-width:44rem}.image{height:22rem;margin-top:1.2rem;width:22rem}.navigation{background-color:#fff;box-shadow:0 3px 0 #586189,0 6px 0 #9db9e7;display:flex;height:68px;margin-bottom:6px;position:fixed;width:100%}.company-info{align-items:center;display:flex;flex-direction:row;height:100%;margin-left:2.4rem}.company-info-text{color:#586189;font-family:Rubik,sans-serif;font-size:1.6rem;font-weight:500}.cards-container{display:grid;gap:1rem;grid-auto-rows:min-content;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));justify-content:space-evenly;width:88%}.card-container{color:#586189;display:flex;flex:1 1 0;flex-direction:column;font-weight:300;min-height:100%}.card-container:only-child{align-items:center;flex-direction:row;height:100%;margin-left:2.8rem;margin-right:2.8rem}.card-container:only-child .image-container{height:88%;margin-bottom:1.6rem;margin-left:2rem;width:33%}.card-container:only-child .image-container .card-image{max-height:12rem;max-width:12rem}.card-container:only-child .card-text{padding:1.2rem 3.6rem}.image-container{align-items:start;display:flex;height:12rem;justify-content:center;width:100%}.card-image{margin-bottom:1.6rem;margin-top:1.6rem;max-height:8rem;max-width:8rem}.card-text{display:flex;flex-direction:column;margin-left:1.4rem;margin-right:1.4rem;text-align:left}.card-header{font-size:1.4rem;font-weight:400;margin-top:1.2rem}.card-subtext{font-size:1.2rem;margin-top:.6rem}@media screen and (max-width:800px){.card-container:only-child{align-items:center;flex-direction:column;margin-left:0;margin-right:0}.card-container:only-child .card-text{padding:1.2rem 1.4rem}.card-container{display:flex;flex:1 1 0;flex-direction:column;font-weight:300}}.footer-container{align-items:center;background-color:#fff;box-shadow:0 -3px 0 #586189,0 -6px 0 #9db9e7;color:#586189;display:flex;flex-direction:row;height:68px;justify-content:center;margin-top:6.4rem;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}