.poslanstvo {
    margin: 20px auto;
    gap: 1rem;
    padding: 20px;
    flex-direction: column;
}

.poslanstvo .section {
    max-width: 800px;
    padding: 20px;
    padding-top: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.poslanstvo .section h2 {
    color: #4CAF50;
    margin-bottom: 10px;
}

.poslanstvo .section p {
    margin-bottom: 10px;
}

/* Highlighted Text */
.motto,
.utopia {
    font-style: italic;
    color: #2C3E50;
}
