.landscape-maintenance-03b7404b {
	font-family: inherit;
    background-color: #f9fbf9;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 4px solid #4CAF50;
}
.lm-title-03b7404b {
	margin-bottom: 24px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
}
.lm-intro-03b7404b {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.lm-services-wrap-03b7404b {
    background: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.lm-list-title-03b7404b {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}
.lm-list-03b7404b {
	list-style-type: none;
	margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
}
.lm-list-03b7404b li {
	margin-bottom: 8px;
    position: relative;
    padding-left: 24px;
    font-size: 1.05rem;
    color: #444;
}
.lm-list-03b7404b li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4CAF50;
    font-weight: bold;
}
.lm-footer-03b7404b {
	margin-top: 40px;
    text-align: center;
}
.lm-footer-03b7404b h3 {
    margin-top: 30px;
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
}
.lm-footer-03b7404b p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}
.lm-footer-highlight-03b7404b {
    font-size: 1.25rem;
    font-style: italic;
    color: #2c3e50;
    padding: 20px;
    background: #e8f5e9;
    border-radius: 8px;
    border-left: 4px solid #4CAF50;
    margin: 20px auto;
    max-width: 700px;
}

@media (max-width: 768px) {
    .landscape-maintenance-03b7404b {
        padding: 20px;
    }
    .lm-list-03b7404b {
        grid-template-columns: 1fr;
    }
}
