.services-section {
    background-color: #ffffff;
    padding: 60px 30px;
}

.services-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.services-container h2 {
    font-size: 32px;
    color: #1a237e;
    margin-bottom: 30px;
}

.services-container p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
}