/* RUNHAMS LP COMMERCIAL - SERVICES (white bg) */
.runhams-lp-offices-services { background-color: #fff; padding: 6rem 0; }
.runhams-lp-offices-services-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; gap: 3.5rem; }
.runhams-lp-offices-services-content { flex: 1; }
.runhams-lp-offices-services-label { display: block; font-family: 'Overpass', sans-serif; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #d90f0f; margin-bottom: 0.625rem; }
.runhams-lp-offices-services-title { font-family: 'Overpass', sans-serif; font-size: 2.25rem; font-weight: 700; color: #333; margin-bottom: 1.25rem; line-height: 1.2; position: relative; padding-bottom: 0.75rem; }
.runhams-lp-offices-services-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 3px; background-color: #d90f0f; border-radius: 2px; }
.runhams-lp-offices-services-text { font-family: 'Overpass', sans-serif; font-size: 1.0625rem; color: #555; font-weight: 300; line-height: 1.7; margin-bottom: 1.75rem; }
.runhams-lp-offices-services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.625rem 1.5rem; margin-bottom: 2rem; }
.runhams-lp-offices-services-list-item { display: flex; align-items: center; gap: 0.625rem; font-family: 'Overpass', sans-serif; font-size: 1rem; color: #333; font-weight: 400; padding: 0.5rem 0; border-bottom: 1px solid #f0f0f0; }
.runhams-lp-offices-services-list-item i { color: #d90f0f; font-size: 0.9375rem; flex-shrink: 0; }
.runhams-lp-offices-services-btn { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2.5rem; background-color: #d90f0f; color: #fff; text-decoration: none; font-family: 'Overpass', sans-serif; font-size: 1rem; font-weight: 600; border-radius: 50px; box-shadow: 0 4px 12px rgba(217,15,15,0.2); transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; }
.runhams-lp-offices-services-btn:hover { background-color: #b50d0d; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(217,15,15,0.35); }
.runhams-lp-offices-services-image { flex: 1; height: 460px; border-radius: 12px; background-size: cover; background-position: center; box-shadow: 0 8px 28px rgba(0,0,0,0.12); }

@media (max-width: 1024px) { .runhams-lp-offices-services { padding: 5rem 0; } .runhams-lp-offices-services-title { font-size: 2rem; } }
@media (max-width: 768px) { .runhams-lp-offices-services { padding: 4rem 0; } .runhams-lp-offices-services-inner { flex-direction: column; padding: 0 1.5rem; gap: 2.5rem; } .runhams-lp-offices-services-image { width: 100%; height: 300px; } .runhams-lp-offices-services-list { grid-template-columns: 1fr; } .runhams-lp-offices-services-title { font-size: 1.75rem; } .runhams-lp-offices-services-text { font-size: 1rem; } .runhams-lp-offices-services-btn { width: 100%; max-width: 320px; } }
@media (max-width: 480px) { .runhams-lp-offices-services-inner { padding: 0 1rem; } .runhams-lp-offices-services-title { font-size: 1.625rem; } .runhams-lp-offices-services-image { height: 240px; border-radius: 8px; } .runhams-lp-offices-services-text, .runhams-lp-offices-services-list-item { font-size: 0.9375rem; } }
