.mt_5 {
  margin-top: -85px;
}

.goal-section {
  background-image: url("../images/about/our-goal.6b2e5a84.jpg");
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* .goal-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(20deg, rgba(8, 8, 8, 0.707), transparent);
} */

.about-btn {
  background-color: var(--secondary-color);
  padding: 10px;
  text-decoration: none;
}

.about-title {
  letter-spacing: 2.5px;
}

.product-image-card {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 1s ease all;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 5px 5px 10px gray;
}

.product-image-card img {
  object-fit: cover;
  height: 100%;
}

.shade2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(20deg, rgba(8, 8, 8, 0.707), transparent);
  z-index: 0;
  /* height: 500px; */
}
