.news .container{display:grid;gap:30px;align-items:center}@media(min-width: 992px){.news .container{grid-template-columns:repeat(2, 1fr)}}.news .image{box-shadow:2px 2px 2px 0px rgba(0,0,0,.08),4px 4px 4px 0px rgba(0,0,0,.04),8px 8px 8px 0px rgba(0,0,0,.08),16px 16px 16px 0px rgba(0,0,0,.08),32px 32px 32px 0px rgba(0,0,0,.08);max-height:600px;overflow:hidden}.news .image img{width:100%;height:100%;object-fit:cover}.news .text{display:grid;gap:24px;height:fit-content}.news .text .title,.news .text .label,.news .text .button{text-transform:uppercase}.news .text *{height:fit-content}.news .text p{margin:0}.news .text .label,.news .text .button{padding:8px 20px;box-shadow:2px 2px 2px 0px rgba(0,0,0,.08),4px 4px 4px 0px rgba(0,0,0,.04),8px 8px 8px 0px rgba(0,0,0,.08),16px 16px 16px 0px rgba(0,0,0,.08),32px 32px 32px 0px rgba(0,0,0,.08);width:fit-content}.news .text .label{color:#ff0e52;background:#e7e1db}.news .text .button{background:#ff0e52;color:#fff;transition:background-color .3s ease}.news .text .button:hover{background:#1e1513}