.fusion-button.button-flat.btn-shdw {
  box-shadow: 0px 10px !important;
  transform: translateY(-4px);
  transition: all .5s ease;
}
.fusion-button.button-flat.btn-shdw:hover {
    box-shadow: 0px 0px !important;
}

.ex-insight-article:nth-child(1)>div{
  background-color: #FFCED5;
}
.ex-insight-article:nth-child(2)>div{
  background-color: #ffffff;
}
.ex-insight-article:nth-child(3)>div{
  background-color: #C6DDFF;
}

/* Optional hover effect */
.ex-insight-article:hover>div {
  transform: translateY(-4px);
  transition: transform 1s ease, box-shadow 1s ease;
  box-shadow: 0 20px;
}

.diff-container:hover, .globally-trusted:hover>div {
  transform: translateY(-4px);
  transition: transform 1s ease, box-shadow 1s ease;
  box-shadow: 0 6px;
}
.gradient-btm-right {
    background-image: linear-gradient(315deg, #EEECFC 8%, #F9F8F8 20%) !important;
}
.gradient-top-right {
    background-image: linear-gradient(225deg, #E8E6FD 8%, #F9F8F8 20%) !important;
}
.gradient-btm {
    background-image: linear-gradient(360deg, #E1ECFB 0%, #F9F8F8 25%) !important;
}
.gradient-middle-row-blue {
    background-image: linear-gradient(360deg, #F9F8F8 15.112518845942983%, #C6DDFF 52.240311472039465%, #F9F8F8 91.03425678453947%) !important;
}

/*Middle CTA Background color*/
.ex-cta-middle{
    background-image: linear-gradient(#f9f8f8 0%, #E0EBFB 50%, #f9f8f8 100%) !important;
}

/*Background gradient of Our work*/
.ex-our-work-bg{
background-image: linear-gradient(#f9f8f8 0%, #E0EBFB 10%, #E0EBFB 50%, #E0EBFB 80%, #f9f8f8 100%) !important;
}