.expertice-card {
    border: none;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(173, 216, 230, 0.5), 0 6px 20px 0 rgba(173, 216, 230, 0.4);
}
.icon-container {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 20%;
    transform: translateX(-20%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 5px lightblue;
}
.icon-container i {
    color: white;
}
.card-title {
    margin-top: 5px;
    font-weight: bold;
}
.underline {
    width: 30px;
    height: 3px;
    background-color: var(--primary);
    margin: 5px;
}