div.modal{z-index:2;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(36,37,38,.7);display:flex;align-items:center;justify-content:center}div.modal>img{max-width:90%;max-height:90%;width:auto;height:auto}div.hidden{display:none!important}article{display:flex;flex-direction:column;align-items:center;text-align:center}article>div,article>section,section>div{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:70ch;margin-bottom:2rem}h1,p,section>div{margin-bottom:1rem}h1{font-size:2rem}article>:last-child,article>div>:last-child,section>div:last-child{margin-bottom:0}main a{display:flex;justify-content:center;align-items:center;width:155px;height:43px;border-radius:25px;background-color:#f11212;color:#fff;text-decoration:none;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500}div.companyPicture{display:flex}figure>img{width:auto;height:135px;cursor:pointer}figcaption{color:#fff}@media (max-width:900px){p{font-size:.8rem}}@media (max-width:600px){div.companyPicture{flex-direction:column}}