#process-res  >  div:hover,
#leadership-res > div:hover,
#deliverables-res > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -20px rgba(10, 23, 51, 0.25);
    border-color: #D0D8E6 !important;
}
#deliverables-res > div,
#leadership-res > div,
#process-res > div{
    transition: 0.3s ease-in-out !important; 
}
.btn-white,
.btn-orange,
.btn-green,
.btn-ghost,
.btn-dark {
     transition: 0.3s ease-in-out;
}

.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.2);
}
.btn-orange:hover {
    background: #D95A2B !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -12px rgba(236, 108, 61, 0.7);
}
.btn-green:hover {
    background: #4A9235 !important;
    transform: translateY(-2px);
}
.btn-ghost:hover {
    background: rgba(255, 255, 255, .16) !important;
    border-color: rgba(255, 255, 255, .4) !important;
}
.btn-dark:hover {
    background: #3D3D3D;
    transform: translateY(-2px);
}