@charset "UTF-8";
/***!  Style Declaration  !***/

:root{--kc-red:#d60000;--kc-yellow:#ffd54d;--kc-light:#f5f5f5}.kc-box{padding:50px 20px;margin-bottom:25px;border-radius:10px}.kc-box-light{background:#fff}.kc-box-grey{background:var(--kc-light)}.kc-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.kc-img{width:100%;height:320px;object-fit:cover;border-radius:8px}.kc-list{margin-top:15px}.kc-list li{margin-bottom:8px}@media (max-width:768px){.kc-row{grid-template-columns:1fr}.kc-img{height:240px}}
