.why-section {
    background-image: url("../images/restBack.jpg");
    padding: 60px 0;
    color: white;
    /* background-color: #121212; */
    padding: 100px 0 60px 0; /* 100px padding at the top */
    background-size: cover;
    background-position: center;
}

.why-section h2 {
    text-align: center;
    margin-bottom: 30px;
}

.why-section p {
    text-align: left;
    margin-bottom: 60px;
    font-size: 1.2rem;
    color: white;
    opacity: 0.8;
}


.service-row {
    margin-bottom: 60px;
}

.service-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content h3 {
    color: #00ff00;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.service-content p {
    font-size: 1rem;
}

.whatsapp-btn {
    text-align: center;
    margin-top: 30px;
}

.whatsapp-btn .btn {
    background-color: #20C20E;
    color: white;
}

.whatsapp-btn :hover {
    background-color: #147B09;
}

@media (max-width: 768px) {
    .service-content h3 {
        font-size: 1.3rem;
    }

    .service-content p {
        font-size: 0.9rem;
    }
}