.abt-us-title {
    font-size: 1.5em;
    font-weight: 700;
    color: black;
}

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

.abt-us-sub-title {
    font-size: 1em;
    font-weight: 500;
    color: black;
}

.mt-2 {
    margin-top: .5rem !important;
}

.bod-directors-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

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

.bod-director-card h3 {
    margin-bottom: 10px;
}

.bod-director-card p {
    margin: 5px 0;
}