.container-services {
    font-family: Cairo, sans-serif;
    text-align: center;
    padding: 20px;
}
.header-services {
    font-size: 24px;
    font-weight: bold;
    padding: 15px;
    color: #000;
    display: inline-block;
    margin-bottom: 20px;
}
.cards-services {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.card-services {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-services img {
    width: 60px;
    height: 60px;
}
.card-services h3 {
    font-size: 18px;
    color: black;
    margin: 15px 0;
}
.card-services button {
    background: #7f5539;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}


.about-us {
    color: red;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.content-box-home {
    padding: 20px;
    font-size: 20px;
    line-height: 1.8;
    color: black;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}
.image-section-home {
    margin-top: 20px;
}
.image-section-home img {
    max-width: 100%;
    height: auto;
}

