.abt-nawadya-body {
  text-align: justify;
}

/* Tim Kami */
.our-team {
  /* box-shadow: inset 0px 0px 15px -1px #040909; */
  border-radius: 45px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .our-team {
    border-radius: 35px;
  }
}

.abt-hero {
  position: relative;
}

/* .abt-nawadya-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.action-area {
  padding-top: 25px;
  padding-bottom: 35px;
}

.image-overlay {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}

/* .image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
} */

.round-image {
  border-radius: 40px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.236);
}

.img-team {
  position: relative;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.521);
  border-radius: 40px;
}

.img-team:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
