.local-expertise-wrapper{width:100%;max-width:1240px;margin:0 auto}.local-expertise-content{display:flex;gap:4rem;align-items:flex-start}.local-expertise-image{flex:1;background-color:#BB1F24}.local-expertise-image img{width:100%;height:auto;-webkit-clip-path:polygon(0 0,100% 0,100% 90%,0% 100%);clip-path:polygon(0 0,100% 0,100% 90%,0% 100%)}.local-expertise-info{flex:1;display:flex;flex-direction:column;gap:20px}.local-expertise-heading{margin:0;font-family:'Inter',sans-serif}.local-expertise-description{line-height:1.6}.local-expertise-description :last-child,.local-expertise-description :only-child{margin-bottom:0}.local-expertise-description *{margin-top:0;font-size:var(--text-size-200);font-family:'Inter',sans-serif}.expertise-items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.expertise-item{display:flex;gap:12px;padding:12px 20px;background:#FFF;align-items:flex-start}.expertise-icon{display:flex;align-items:center;justify-content:center;font-weight:700;margin-top:8px}.expertise-title{font-size:var(--text-size-200);font-weight:600;font-family:'Inter',sans-serif}.local-expertise-footer{line-height:1.6}@media screen and (max-width:992px){.local-expertise-content{flex-direction:column;gap:2rem}.local-expertise-image,.local-expertise-info{width:100%}}@media screen and (max-width:768px){.expertise-items-grid{grid-template-columns:1fr}}