.cadre{margin:120px auto 40px;max-width:1280px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}.cadre__title{margin-bottom:0;font-size:2.5rem;color:#1e1e1e}.cadre__title span{color:#ffbf58}@media (max-width:1050px){.cadre__title{align-self:center;text-align:center}}@media (max-width:425px){.cadre__title{font-size:2rem}}.cadre__border{width:100%;border:1px solid rgba(0,0,0,.102)}.cadre__posts{margin:25px 0;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}@media (max-width:1050px){.cadre__posts{grid-template-columns:1fr}}.cadre__post{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:40px;transition:scale .4s}.cadre__post--description h2{font-size:1.6rem}@media (min-width:1050px){.cadre__post:hover{scale:1.02}}@media (max-width:1050px){.cadre__post{margin:auto}}@media (max-width:425px){.cadre__post{flex-direction:column;align-items:center;text-align:center}}.cadre__image{width:auto;height:100px}