.content-cards {
  max-width: 700px;
  padding: 40px;
  background: rgb(255, 255, 255);
  /*backdrop-filter: blur(16px);*/
  border-radius: 22px;
  border: 1px solid rgba(14, 13, 13, 0.52);
  box-shadow: 0 12px 45px rgba(0,0,0,0.12);
  transition: transform .2s ease, box-shadow .4s ease;
  margin-top: -100px;
  margin-right: -100px;
  margin-left: 100px;
  justify-content: center;
}
.content-cards h1 {
  font-size: 38px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #003c96;
}
.image-boxs img {
  width: 500px;
  filter: drop-shadow(0 25px 35px rgba(0,0,0,0.25));
  transition: transform .5s ease;
  margin-top: -100px;
  margin-right: -50px;
}
