.newsRow{margin:0 auto;gap:35px}.newsRow,.newsRow .newsDiv{display:flex;justify-content:center;flex-direction:column}.newsRow .newsDiv{align-items:center}.newsRow .newsCard{width:auto;height:100%!important;transition:background-color .4s ease-in-out,box-shadow .4s ease-in-out}.newsRow .newsCard:hover{background-color:rgba(243,235,235,.521);box-shadow:0 2px 1px rgba(0,0,0,.09),0 4px 2px rgba(0,0,0,.09),0 8px 4px rgba(0,0,0,.09),0 16px 8px rgba(0,0,0,.09),0 32px 16px rgba(0,0,0,.09)}.newsRow .newsCard .newsBody{display:flex!important;justify-content:center;align-items:center;gap:25px}.newsRow .newsCard .newsBody .newsImage{border-radius:20px;box-shadow:0 5px 15px rgba(0,0,0,.35);object-fit:contain}@media(max-width:768px){.newsRow .newsCard .newsBody{flex-direction:column;align-items:center;gap:15px}}@media screen and (max-width:768px){.newsCard{height:350px!important}}@media screen and (max-width:475px){.newsCard{height:450px!important}.newsBody{flex-direction:column!important}}