/* Services Page Styles */
.service-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    width: 45%;
    background-color: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.card img {
    width: 100%;
    height: 200px; /* Set a fixed height for the images */
    object-fit: cover; /* Ensure the images fill the container while maintaining aspect ratio */
    object-position: center; /* Center the images within the container */
    margin-bottom: 10px;
}

.card h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.card p {
    margin-bottom: 20px;
}

/* Consulting Page Styles */
ol {
    margin-left: 20px;
}

/* Development Page Styles */
ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* Support Page Styles */
section {
    margin-bottom: 40px;
}

/* Training Page Styles */
section {
    margin-bottom: 40px;
}