/* Services Section */
.services-section {
    background-color: #f1f1f1;
    padding: 60px 20px;
    text-align: center;
}

.services-container {
    max-width: 800px;
    margin: 0 auto;
}

.services-container h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #8B0000;
}

.services-container p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
}

/* Service Section */
.service {
    background-color: #fff;
    padding: 60px 20px;
}

.service-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
    gap: 20px;
}

.service img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-content {
    max-width: 600px;
}

.service h3 {
    font-size: 2rem;
    color: #8B0000;
    margin-bottom: 15px;
}

.service p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
}
