table {
    margin: 0 auto; /* Középre igazítás */
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    vertical-align: middle !important;
}
th {
    background-color: #cccccc;
    font-weight: bold;
}
td {
    background-color: #f9f9f9;
}
th:first-child, td:first-child {
    width: 30%; /* Az első oszlop szélessége */
}
th:not(:first-child), td:not(:first-child) {
    width: 35%; /* A többi oszlop szélessége */
}

table.td25 td {
    width: 25%;
}

.galery_image img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.galery_image {
    max-width: 100%;
    overflow: hidden;
}

h3.content-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.alcim {
    font-size: 1.2rem;
    text-align: center;
    color: #555;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.dark-section .alcim {
    color: #fff
}

.leiras {
    font-size: 1rem;
    text-align: justify;
    margin-bottom: 30px;
}