/*.experience-badge {*/
/*    bottom: -20px;*/
/*    right: 20px;*/
/*    text-align: center;*/
/*}*/

/*.icon-box {*/
/*    width: 48px;*/
/*    height: 48px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.about-content {
    padding: 20px;
}

/*@media (max-width: 991.98px) {*/
/*    .experience-badge {*/
/*        bottom: -15px;*/
/*        right: 15px;*/
/*        padding: 15px !important;*/
/*    }*/
    
/*    .experience-badge h2 {*/
/*        font-size: 1.5rem;*/
/*    }*/
/*}*/

.about-us-icon-span{
    background-color: var(--secondary-color);
    color: white;
    width: 50px;  /* Define a fixed width */
    height: 50px; /* Define a fixed height */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-icon{
    font-size: 25px;
}

.about-us-row{
    background-color:var(--light-bg);
    border-radius: 10px;
    padding:10px;
    transition: 0.5s all ease;
}

.about-us-row:hover{
    transform: translateY(-5px);
    /*box-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
    box-shadow: 3px 5px 8px rgba(0,0,0,0.1);
}