article{width:100%}article *{font-weight:400}article>img{width:100%;height:70vh}article .content{margin-top:60px;width:100%;display:flex;justify-content:space-between;gap:20px}article h2{width:270px;font-size:34px;margin-bottom:10px}article .info{color:var(--grey);display:flex;font-size:14px;align-items:center;gap:5px}article .circle{width:6px;height:6px;border-radius:50%;background-color:var(--grey)}article p:not(.info){font-size:20px;color:var(--grey);max-width:470px}article a{display:flex;justify-content:space-between;gap:12px;align-items:center;text-decoration:none;height:-moz-fit-content;height:fit-content;transition:.5s;padding-left:8px;flex-shrink:0}article a:hover{padding-left:0;gap:20px}@media screen and (max-width:970px){article .content{padding:0 30px;flex-direction:column;gap:40px}article>img{height:60vh}article a{justify-content:flex-end}}