/**1* CSS files with the .module.css suffix will be treated as CSS modules2* and scoped locally.3*/45.heroBanner {6padding: 4rem 0;7text-align: center;8position: relative;9overflow: hidden;10}1112@media screen and (max-width: 996px) {13.heroBanner {14padding: 2rem;15}16}1718.buttons {19display: flex;20align-items: center;21justify-content: center;22}2324.indexCtasGitHubButtonWrapper {25display: flex;26margin-left: 30px;27}2829.indexCtasGitHubButton {30overflow: hidden;31}3233.description {34margin-top: 1rem;35margin-bottom: 1rem;36}3738