@charset 'UTF-8';

.officers-page {
    padding: 60px 20px 100px;
    min-height: auto;
}

.officers-container {
    max-width: 600px;
    margin: 0 auto;
}

.officers-title {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.officers-year {
    font-size: 1.4rem;
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}

.officers-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.4rem;
}

.officers-table th,
.officers-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.officers-table th {
    width: 35%;
    color: #5B4B96;
    font-weight: 500;
}

.officers-table td {
    color: #333;
}

.officers-table tr:last-child th,
.officers-table tr:last-child td {
    border-bottom: none;
}

@media screen and (min-width: 769px) {
    .officers-page {
        padding: 80px 20px;
    }

    .officers-title {
        font-size: 3rem;
    }

    .officers-year {
        font-size: 1.6rem;
        margin-bottom: 50px;
    }

    .officers-table {
        font-size: 1.6rem;
    }

    .officers-table th,
    .officers-table td {
        padding: 15px 20px;
    }
}
