.what-we-do-item{
    width: calc(20% - 24px);
    border: 1px solid var(--dark-divider-color);
    border-radius: 40px;
    padding: 30px;
}

.our-story-counter {
    width: calc(100% - 20px);
}
.our-story-counter p{
    color:#fff !important;
}

.what-we-do-list{
    display: grid !important
;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}.our-story-counter {
    width: calc(100% - 20px);
    text-align: center;
}

.what-we-do-item .icon-box img {
    text-align: center;
    margin: 0 auto !important;
}
.what-we-do-item:hover {
    border: #fff solid 1px;
    background-color:#ffffff45 !important;
}




@media only screen and (max-width: 600px) { 
    
.what-we-do-item {
    width: calc(50% - 24px) !important;}
    
}




