.herosobre{justify-content:space-between;gap:50px;padding:0 20px;display:flex}.herosobre .info{max-width:700px}.herosobre .object{color:var(--lilac-color)}.herosobre .title{margin:10px 0 20px}.herosobre .text{margin-bottom:10px}.herosobre .prem{align-items:center;gap:10px;margin-top:20px;display:flex}.herosobre .prem .icon{background-color:var(--lilac-color);color:var(--white-color);border-radius:8px;align-items:center;padding:10px}@media (max-width:1146px){.herosobre figure img{width:550px;height:auto}}@media (max-width:1050px){.herosobre figure img{width:450px}}@media (max-width:920px){.herosobre{flex-direction:column;gap:30px}.herosobre .info{max-width:100%}.herosobre figure,.herosobre figure img{width:100%}}@media (max-width:420px){.herosobre .prem .icon{border-radius:5px;padding:8px}.herosobre .prem .icon svg{font-size:1rem}.herosobre .prem p{font-size:.9rem;line-height:1.2}}
.nossamisao{flex-direction:column;gap:30px;padding:0 20px;display:flex}.nossamisao .box-card .box-c{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));justify-content:center;display:grid}.nossamisao .box-card .card{z-index:1;background-color:var(--bg-color);border-radius:25px;flex-direction:column;align-items:flex-start;gap:20px;width:100%;padding:30px;display:flex;position:relative}.nossamisao .box-card .card:after{z-index:-1;border:var(--thin-border);content:"";border-radius:25px;width:100%;height:100%;position:absolute;top:0;left:0;transform:translate(-1px,-1px)}.nossamisao .box-card .card svg{color:var(--text-dark-light);font-size:2rem}.nossamisao .box-card .card .title{font-family:Fira Code,Chakra Petch,Outfit,sans-serif;font-size:1.2em;font-weight:500}.nossamisao .box-card .card .text{color:var(--text)}@media (max-width:305px){.nossamisao .box-card .box-c{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}}
