.news-flash-container{display:flex;gap:55px;justify-content:center}.left-news,.right-news{background-color:#275594;border-radius:16px;display:flex;flex-direction:column;gap:20px;padding:64px 32px;width:50%}.news{align-items:center;display:flex;gap:88px;justify-content:space-between;padding-bottom:16px}.news:first-child,.news:nth-child(2){border-bottom:1px solid #fff}.news:hover .listing-text{color:#d8dfeb}.news-content-container p{margin:0}.news img{height:100px;object-fit:cover;width:100px}.listing-text{color:#fff;transition:.4s}@media(max-width:1000px){.news-flash-container{flex-direction:column}.news-content-container{text-align:center}.listing-text{width:100%!important}.left-news,.right-news{width:100%}.news{flex-direction:column;gap:20px}.news img{height:200px;width:100%!important}}