 .blue-bg-shape {
  /* background-color: #002AA3; */
  border-radius: 20px;
  width: 332px;
  height: 464px;
  display: flex;
  align-items: end;
  /* margin-bottom: 50px; */
  overflow: hidden;
  position: relative;
}
.gif-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blue-bg-shape-home:hover .inside-img {
  display: none;
}

.blue-bg-shape-home:hover .gif-img {
  display: block!important;
} 




.gray-bg-shape-home:hover .inside-img {
    display: none;
  }
  
  .gray-bg-shape-home:hover .gif-img {
    display: block!important;
  } 



  .yellow-bg-shape-home:hover .inside-img {
    display: none;
  }
  
  .yellow-bg-shape:hover .gif-img {
    display: block!important;
  } 

  .green-bg-shape-home:hover .inside-img {
    display: none;
  }
  
  .green-bg-shape:hover .gif-img {
    display: block!important;
  } 



  .lightblue-bg-shape-home:hover .inside-img {
    display: none;
  }
  
  .lightblue-bg-shape:hover .gif-img {
    display: block!important;
  } 
@media (max-width:1000px) {

.blue-bg-shape-home{
    width: 100%;
}
}