.heroSection{position:relative;display:flex;justify-content:space-between;width:100%;align-items:center;height:80vh}.icon{width:20em;opacity:.6}.textWrapper{.heroText{font-size:4em;font-weight:600}.heroTagline{margin-top:1.5rem;margin-bottom:1rem;font-size:1.5rem}}@media screen and (min-width:1900px){.icon{width:40rem}.textWrapper{.heroText{font-size:5em}.heroTagline{color:white;font-size:3rem}}}@media screen and (max-width:1000px){.icon{width:20em;left:50%;top:25%;transform:translate(-50%);position:fixed;z-index:-2;opacity:.2}.textWrapper{left:0;width:100%;.heroText{margin-top:5rem;font-size:2.5em;font-weight:600}.heroTagline{margin-top:1rem;margin-bottom:1rem;font-size:1rem}}}.selected{display:inline-block;background-color:var(--brand-color);margin-top:.5rem;margin-bottom:.3rem;color:#212121}.selected::selection{background-color:var(--background);color:var(--active-text-color)}br::selection{background-color:none}