.author-container{display:flex;align-items:center;border-bottom:.25px solid var(--cloud-blue-color);padding-bottom:30px}.author-image{width:75px;height:75px;border-radius:200px;background-position:50%;background-size:cover}.author-info{margin-left:15px}.author-name{margin:0;font-weight:599}.author-title{font-size:14px;margin:0;font-weight:300;text-transform:uppercase}.authors{display:flex;gap:5rem;flex-wrap:wrap;align-items:space-between}@media screen and (max-width:800px){.authors{display:flex;gap:1rem;flex-wrap:wrap;align-items:space-between}}.cpu{width:max(10px,15px);height:10px;background-color:var(--main-color)}.cpu:first-child{border-radius:10px 0 0 10px}.cpu:last-child{border-radius:0 10px 10px 0}.impact{width:max(10px,15px);height:10px;background-color:var(--main-color)}.impact:first-child{border-radius:10px 0 0 10px}.impact:last-child{border-radius:0 10px 10px 0}@media screen and (min-width:500px){.balance-text,.balanced-text{visibility:visible}@supports(text-wrap:balance){.balance-text,.balanced-text{text-wrap:balance}}}@media print{@page{padding:3cm;margin:3cm}}