*{box-sizing:border-box;font-family:Century Gothic,sans-serif}body{height:100vh;margin:0}h1,h2,h3,h4,h5,h6,p{margin:0}ul{margin:0;padding:0;list-style:none}.bold{font-weight:700}header{display:flex;justify-content:center;align-items:center;background-color:#181846;color:#fff;padding:1.8rem .8rem;height:135px}@media screen and (max-width: 425px){header .title{font-size:1.6rem}}@media screen and (max-width: 360px){header .title{font-size:1.2rem}}main{height:calc(100% - 135px);display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 360px){main{padding:1rem 0}}main h2{margin-bottom:2rem;padding-top:2rem;text-align:center}@media screen and (max-width: 425px){main h2{font-size:1.2rem}}main .cards-wrapper{margin-top:2rem}main .cards{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;max-width:1200px;margin:0 auto}main .cards .card{font-size:.9rem;margin:1rem;padding:1.5rem 1rem;width:350px;height:280px;box-shadow:0 0 24px 2px #969696;border-radius:3px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 425px){main .cards .card{font-size:.8rem}}main .cards .card .row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;border-bottom:1px solid black;margin-bottom:.7rem}main .cards .card .section{margin-bottom:2rem}main .cards .card .section:last-of-type{margin-bottom:0}main .cards .card .footer{border-bottom:1px solid black;margin-bottom:2rem;padding-bottom:2rem}main .file-items{max-width:1200px;display:flex;align-items:center;justify-content:center;gap:2rem;margin:0 auto}main .file-items .file-item a{text-decoration:none;display:flex;align-items:center;gap:.5rem}main .file-items .file-item .file-item-info{display:flex;flex-direction:column}main .file-items .file-item .file-item-info span{font-size:14px;color:#181846}main .file-items .file-item .file-item-info span:last-of-type{font-size:12px;color:gray}main section{margin-bottom:3rem}main section:last-of-type{margin-bottom:0;padding:4.5rem 1rem;background-color:#e7ebf5}main h3{margin-bottom:1.5rem}main h3,main p{text-align:center}
