.header-infastructure {
  min-height: 80vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)),
    url(/Image/header-activities.jpg);
  background-position: center top;
  background-size: cover;
  position: relative;
}

.Main-mp {
  margin-bottom: 200px;
}
.meet-bom {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.card {
  position: relative;
  width: 550px;
  margin-left: 50px;
  margin-right: 50px;
  height: 300px;
  margin-top: 200px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 35px 88px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
.card:hover {
  box-shadow: 0 35px 88px rgba(0, 0, 0, 0.31);
}
.para {
  font-size: 17px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  color: #979797;
  font-weight: 400;
  line-height: 25px;
}

.para-1 {
  margin-top: 20px;
}
.para-2 {
  margin-bottom: 20px;
}
.card:hover {
}

.Imgbx {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 250px;
  height: 150px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  transition: 0.5s;
}

.Imgbx img:hover {
  box-shadow: 0 35px 88px rgba(0, 0, 0, 0.51);
}
.card:hover .Imgbx {
  width: 350px;
  height: 250px;
}

.card:hover .Imgbx {
  top: -140px;
}
.Imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.card .content .details {
  padding: 40px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  line-height: 40px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.card .content .details h2 {
  font-size: 2em;
  font-weight: 600;
  color: #555;
  line-height: 1.1em;
  letter-spacing: 1px;
}

.card .content .details h2 span {
  font-size: 0.75em;
  font-weight: 500;
  opacity: 0.8;
  font-family: "Raleway";
}

.card .content {
  margin-top: 20px;
}
