.expertise-card {
    overflow: auto !important;
}

.expertise-card {
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.expertise-card::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.expertise-card .expertise-item .image {
    font-family: fantasy;
    color: white;
    letter-spacing: 1px;
    font-size: 0.9rem;
}
.profile-img{
    
    transition: all 0.3s ease-in-out;
}
.profile-img:hover{
  transform: scale(1.5, 1.5) translate(0px, 12px);
 }
 