*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;outline:none;color:#202027;text-decoration:none}main{height:100vh;background-color:#fff}.header{display:flex;justify-content:center;padding:1.5rem}.logo{width:10rem}.jumbotron{height:80%;display:flex;justify-content:space-between;align-items:center;padding:0 5rem}.left h1{width:75%;font-size:3rem;line-height:4rem}.left p{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-size:1rem;font-weight:500;margin-top:1rem;color:#828282}.actions{display:flex;justify-content:flex-start;align-items:center;gap:1rem;margin-top:2rem}.actions a{display:flex;justify-content:center;align-items:center;width:25%;height:3rem;font-size:1rem;font-weight:500;background-color:transparent;border:solid 1px #2C3C76;border-radius:.8rem;color:#2c3c76}.actions a:last-of-type{background-color:#2c3c76;color:#fff}.right{position:relative}.right img{height:30rem;display:block}@media screen and (max-width: 1300px){.actions{gap:.8rem;margin-top:2rem}.actions a{width:20%;font-size:.8rem}.right img{width:20rem;height:20rem}}@media screen and (max-width: 1100px){.left h1{width:70%;font-size:2rem}.actions{flex-direction:column;justify-content:flex-start;align-items:flex-start}.actions a{width:50%}.right img{width:25rem;height:25rem}}@media screen and (max-width: 900px){main{display:flex;align-items:center;justify-content:center;flex-direction:column}.left{text-align:center}.left h1{width:100%;font-size:2rem;text-align:center}.actions{align-items:center}.actions a{width:50%}.right{display:none}}@media screen and (max-width: 576px){.left h1{width:100%;font-size:1rem}.actions a{width:50%}}
