#news-block{padding:40px 0}#news-block .news{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}#news-block .news-item{display:flex;justify-content:space-between;border-radius:20px;overflow:hidden;border:1px solid var(--bg);max-height:270px}#news-block .news-item:hover{box-shadow:0px 0px 20px 0px rgba(0,94,219,.2)}#news-block .img{width:48%;flex-grow:1}#news-block .img img{width:100%;height:100%;display:block;object-fit:cover}#news-block .right-side{display:flex;flex-direction:column;width:52%;padding:10px}#news-block .name{font-size:20px;font-weight:600;margin-bottom:20px}#news-block .desc{font-size:18px;font-weight:400}#news-block .btn{width:100%;margin-top:40px}@media (max-width:996px){#news-block .news{gap:10px}#news-block .name{font-size:16px;margin-bottom:10px}}@media (max-width:768px){#news-block .news{display:flex;flex-direction:column}}@media (max-width:600px){#news-block .btn{margin-top:20px}#news-block{padding:30px 0}}@media (max-width:498px){#news-block .news-item{flex-direction:column;max-height:unset}#news-block .img{width:100%}#news-block .right-side{width:100%}}