body>main.content-grid{padding-bottom:50px;row-gap:120px}#hero{display:flex;justify-content:center;align-items:center}#hero .card{height:90%;width:100%;display:flex;flex-direction:column;align-items:center}#hero .card h1{margin-top:30px;font-size:40pt}#hero .card p{margin-top:1px;font-size:16pt}#features{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}#features h2{font-size:30pt}#features>section{width:100%;display:flex;gap:20px}#features>section h3{margin-top:90px;font-size:20pt}#features>section p{margin-top:20px;padding-right:40px}#features>section>*{position:relative;padding-inline:40px}#features>section>* .icon{background-color:var(--accent-secondary);border-radius:50px;position:absolute;display:flex;justify-content:center;align-items:center;left:20px;top:20px;width:50px;height:50px}#features>section>* .icon svg{width:45%;height:45%;fill:#fff}#features>section:nth-child(2)>*{height:550px}#features>section:last-child>*{height:300px}#features>section .more{padding-bottom:10px}#features>section .more button{background-color:var(--accent-main);color:var(--dark);border:none;border-radius:100px;margin-top:40px;padding:15px 50px;font-weight:600;line-height:1.2}#features>section .more button:hover{background-color:var(--accent-main-hover)}@media(width <= 1200px){#features>section article{padding-inline:35px}}@media(width <= 1000px){#features>section{flex-direction:column}#features>section:last-child{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr)}#features>section .more{grid-column:1/2 span}#features>section article,#features>section .more{padding-bottom:40px}}@media(width <= 650px){#features>section:last-child{display:flex;flex-direction:column}}#demonstration{display:flex;flex-direction:column;align-items:center;height:calc(100vh - 5px);height:calc(100dvh - 5px)}#demonstration h2{width:940px;margin-top:50px;font-size:40pt;text-align:center}@media(width <= 1000px){#demonstration h2{width:80%}}@media(width <= 650px){#demonstration{display:none}}#footer{height:370px}
