.story {
  background-color: #ffffff;
  gap: 80px;
}
.story h5 {
  color: #2676b6 !important;
  font-weight: 700 !important;
}
.story h2 {
  color: #0F2F49 !important;
  max-width: 80%;
}
.story .side {
  width: 50%;
  height: auto;
}

.team h5 {
  color: #2676b6;
}
.team h2 {
  color: #000000 !important;
}
.team .team-member {
  gap: 15px;
  align-items: center;
  text-align: center;
}
.team .team-member .product-image {
  width: 308px;
  height: 303px;
}
.team .team-member h5 {
  color: #0F2F49 !important;
}
.team .team-member .social {
  gap: 16px;
}
.team .team-member .contact-member-button {
  width: 180px;
  height: 50px;
  padding: 16px 12px 16px 12px;
  background-color: transparent;
  border: 1px solid #2676b6;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto";
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .team-member .contact-member-button a {
  text-decoration: none;
  color: #2676b6;
  transition: all 0.3s ease-in-out;
}
.team .team-member .contact-member-button:hover {
  background-color: #2676b6;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.team .team-member .contact-member-button:hover a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.team .members-listing {
  justify-content: space-evenly;
  row-gap: 40px;
}

.posts {
  background-color: #ffffff;
  gap: 80px;
}
.posts h5 {
  color: #2676b6 !important;
  font-weight: 700 !important;
}
.posts h2 {
  color: #0F2F49 !important;
  max-width: 80%;
}
.posts .side {
  width: 50%;
  height: auto;
}

.responsive-flex-row-reverse {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .team .members-listing {
    flex-wrap: wrap;
    gap: 40px;
  }
  .story,
  .posts {
    flex-direction: column;
  }
  .story .side-image,
  .posts .side-image {
    height: 400px;
  }
  .story .side,
  .posts .side {
    width: 100%;
  }
  .responsive-flex-row-reverse {
    flex-direction: column-reverse !important;
  }
}
