.products {
  gap: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products h5 {
  color: #2676b6;
}
.products h2 {
  color: #000000 !important;
}
.products .products-listing {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products .products-listing .swiper-slide {
  width: 290px;
}
.products .products-button {
  height: 60px;
  width: 188px;
  border-radius: 8px;
  border: 1px solid #2676b6;
  color: #2676b6;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  text-decoration: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.products .products-button:hover {
  background-color: #2676b6;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}

.hide-products {
  display: none;
}

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