.main-con {
  height: 40%;
  padding-top: 3%;
  padding-bottom: 3%;
}
.top-con {
  position: relative;
  height: 40vh;
  width: 100%;
  background-image: url("../Images/about-imgs/5.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img {
  height: 180px;
  min-width: 180px;
  border-radius: 10px;
  box-shadow: 10px 10px 42px -25px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 42px -25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 42px -25px rgba(0, 0, 0, 0.75);
}
