.imgrid-section{background-color:#fff;padding:80px 0;width:100%}.imgrid-section__container{align-items:flex-start;display:flex;gap:60px;margin:0 auto;max-width:1200px;padding:0 40px}.imgrid-section__left{display:flex;flex:0 0 40%;flex-direction:column;gap:12px}.imgrid-section__image-wrap{background-color:#f0f0f0;overflow:hidden;width:100%}.imgrid-section__image{display:block;filter:grayscale(100%);height:180px;object-fit:cover;object-position:center;transition:filter .3s ease;width:100%}.imgrid-section__image-wrap:hover .imgrid-section__image{filter:grayscale(60%)}.imgrid-section__right{flex:1;min-width:0}.imgrid-section__right h1,.imgrid-section__right h2,.imgrid-section__right h3{color:#1a1a1a;font-size:clamp(20px,3vw,36px);font-weight:800;letter-spacing:-.3px;line-height:1.15;margin:0 0 20px;text-transform:uppercase}.imgrid-section__right p{color:#444;font-size:clamp(14px,1.5vw,16px);line-height:1.7;margin:0 0 16px}.imgrid-section__right p:last-child{margin-bottom:0}.imgrid-section__right ul{list-style:none;margin:16px 0 0;padding:0}.imgrid-section__right ul li{color:#333;font-size:clamp(13px,1.4vw,15px);line-height:1.6;padding:6px 0 6px 28px;position:relative}.imgrid-section__right ul li:last-child{border-bottom:none}.imgrid-section__right ul li:before{color:#e30613;content:"✓";font-size:14px;font-weight:700;left:0;position:absolute;top:6px}.imgrid-section__right strong{color:#1a1a1a;font-weight:700}.imgrid-section__right a{color:#e30613;text-decoration:none}.imgrid-section__right a:hover{text-decoration:underline}@media (max-width:1024px){.imgrid-section{padding:60px 0}.imgrid-section__container{gap:40px;padding:0 32px}.imgrid-section__left{flex:0 0 42%}}@media (max-width:768px){.imgrid-section{padding:50px 0}.imgrid-section__container{flex-direction:column;gap:36px;padding:0 24px}.imgrid-section__left{flex:none;flex-direction:row;gap:10px;width:100%}.imgrid-section__image-wrap{flex:1}.imgrid-section__image{height:140px}}@media (max-width:480px){.imgrid-section{padding:40px 0}.imgrid-section__container{gap:28px;padding:0 20px}.imgrid-section__left{flex-direction:column}.imgrid-section__image{height:200px}}