.expertise-level h2 {
    margin-bottom: 15px;
}

.expertise-wrap {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px #0000001a;
}

.expertise-heading {
    background-color: #32478a;
    padding: 20px 10px;
    text-align: center;
}

.expertise-heading h5 {
    color: #FFFFFF; 
    margin-bottom: 0;   
    text-align: center;
}

.expertise-level-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.expertise-level-list li {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #0b1014;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(11, 16, 20, .1);
    padding: 14px;
}

.expertise-level-list li:last-child {
    border-bottom: 0;
}
.expertise-level p {
    text-align: center;
    margin-bottom: 60px;
}
.level-list-wrap {
    background-color: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
}
.expertise-level .section-hedding p {
  max-width: 100%;
}
/* Dark Mode CSS  */
.dark-mode .expertise-heading {
    background-color:#9db5ff;
    border-bottom: 1px solid #646464;
}

.dark-mode .expertise-heading h5 {
    color: #FFFFFF !important;
}

.dark-mode .level-list-wrap {
    background-color: #212428;
}

.dark-mode .expertise-level-list li {
    color: #FFFFFF;
    border-bottom: 1px solid #646464;
}

.dark-mode .expertise-level-list li:last-child {
    border-bottom: 0;
}
.dark-mode .expertise-level .expertise-wrap {
    box-shadow:none;
    border: 1px solid #9db5ff;
}

@media screen and (max-width: 991px) {
    .expertise-level .row {
        gap: 20px 0;
    }   
}


@media only screen and (max-width: 576px) {
    .expertise-level-list li{
        font-size: 14px;
    }
}