.card-with-hover .overview-image-glow::before {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.card__image svg{
  width: auto;
  height: 48px;
  fill: #05DCAA;
}
.card-with-hover-items-inner,
.card-image .card-image-item-inner {
  background-repeat: no-repeat;
  background-size: cover;
}

.card-with-hover-items-inner {
  overflow: hidden;
  background-position: top center;
  position: relative;
  z-index 20;
  margin: 0 13px;
  border-radius: 5px;
}
.card-image-item-inner:after {
  /*background-image: linear-gradient(to right,rgba(6,18,24,0.5),rgba(5,75,128,0.5),rgba(6,18,24,0.5));*/
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: -4px 9px 25px -6px #06121E;
}
.card-with-hover-items-inner .wysiwyg-overrides {
  line-height: 30px;
}
.card-with-hover-items-inner .first-layout,
.card-with-hover-items-inner .second-layout{
  padding: 20px;
  height: 100%;
  min-height: 381px;
  width: 100%;
}
.card-with-hover-items-inner .overlay-bg-white,
.card-with-hover-items-inner .overlay-bg-lightblue{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.second-layout a {
  color: #061218;
}
.card-with-hover-items-inner .overlay-bg-white {
  background: rgba(255, 255, 255, 0.80);
}
.card-with-hover-items-inner .overlay-bg-lightblue {
  background: rgba(19, 114, 181, 0.70);
}
.card-with-hover-items-inner .heading {
  width: 100%;
  border: 2px solid #1372B5;
  border-radius: 5px;
  padding: 15px 25px;
}
.card-image .top-overlay{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-with-hover-items-inner .first-layout,
.card-with-hover-items-inner:hover .second-layout {
  position: relative;
  bottom: 0;
  transition: all 0.3s ease-in;
  z-index: 1;
}
.card-with-hover-items-inner:hover .first-layout {
  bottom: 385px;
  position: absolute;
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  z-index: -1;
}
.card-with-hover-items-inner .second-layout{
  position: absolute;
  bottom: -385px;
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;
  z-index: -1;
}