.adatkezeles-section {
    padding: 60px 20px;
    background-color: #fefefe;
    font-family: "Segoe UI", sans-serif;
    color: #2c3e50;
    line-height: 1.8;
}

.adatkezeles-section .inner-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.adatkezeles-section h1,
.adatkezeles-section h2 {
    color: #ff4b2b;
    font-weight: 700;
    margin-bottom: 20px;
}

.adatkezeles-section h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.adatkezeles-section h2 {
    font-size: 22px;
    margin-top: 40px;
}

.adatkezeles-section p {
    font-size: 16px;
    margin-bottom: 20px;
}

.adatkezeles-section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 25px;
}

.adatkezeles-section ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.adatkezeles-section a {
    color: #ff4b2b;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .adatkezeles-section .inner-container {
        padding: 25px 20px;
    }

    .adatkezeles-section h1 {
        font-size: 26px;
    }

    .adatkezeles-section h2 {
        font-size: 20px;
        text-transform:uppercase;
    }

    .adatkezeles-section p,
    .adatkezeles-section ul li {
        font-size: 15px;
    }
}
