.abt-us-title[_ngcontent-oai-c89] {
    font-size: 1.5em;
    font-weight: 700;
}

* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}

.ke-executives-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ke-executive-card {
    width: calc(33.33% - 20px);
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: black;
}

.ke-executive-card h3 {
    margin-bottom: 10px;
}

.ke-executive-card p {
    margin: 5px 0;
}