.mp-services-container-bc3c4b95 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mp-services-grid-bc3c4b95 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.mp-service-card-bc3c4b95 {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.mp-service-card-bc3c4b95:hover {
    transform: translateY(-5px);
}

.mp-service-title-bc3c4b95 {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    color: #333;
}

.mp-service-desc-bc3c4b95 {
    margin: 0 0 15px 0;
    color: #666;
    line-height: 1.5;
}

.mp-service-price-bc3c4b95 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.mp-button-wrapper-bc3c4b95 {
    text-align: center;
    margin-top: 20px;
}

.mp-button-bc3c4b95 {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: opacity 0.3s ease;
}

.mp-button-bc3c4b95:hover {
    opacity: 0.9;
}
