/*------------------------------------*\
  LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  LOCAL FIXES
\*——————————————————*/
@media only screen and (min-width: 1069px) {
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
    #gallery-item-specialist .icon-card-content .icon-card-icon-wrapper {
        padding-top: 8px;
        margin-bottom: -8px;
    }
}
@media only screen and (max-width: 734px) {
    #gallery-item-specialist .icon-card-content .icon-card-icon-wrapper {
        padding-top: 8px;
        margin-bottom: -8px;
    }
}
/*------------------------------------*\
  END LOCAL FIXES
\*------------------------------------*/ 


