.services-section {
    background-color: #F5F0E6;
    padding: 80px 60px;
}

.services-title {
    font-family: "Philosopher", sans-serif;
    padding-top: 60px;
    font-size: 3rem;
    color: #C4B6D2;
    margin-bottom: 60px;
    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    justify-content: center;
    margin-left: 80px;
    margin-right: 80px;
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-block {
    background-color: #F5F0E6;
    padding: 40px;
    width: 100%;
}

.service-category {
    font-family: "Philosopher", sans-serif;
    font-size: 2rem;
    color: #C4B6D2;
    margin-bottom: 30px;
    border-bottom: 2px solid #C4B6D2;
    padding-bottom: 12px;
}

.service-block ul {
    list-style: none;
    padding: 0;
}

.service-item {
    display: flex;
    justify-content: space-between;
    font-family: "Xanh Mono", monospace;
    font-size: 1.25rem;
    color: #442b20;
    margin: 20px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.service-item span:last-child {
    font-weight: bold;
    color: #000;
}

.addon-heading {
    font-family: "Philosopher", sans-serif;
    font-size: 1.5rem;
    color: #C4B6D2;
    margin-top: 40px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #C4B6D2;
    padding-bottom: 6px;
}
