.productSwiper {
  width: 100%;
  margin-bottom: 10px;
}

.product-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.product-container .product-image {
  flex: 1 0;
}
.product-container .product-image img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}
.product-container .product-content {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-container .product-content .product-rate {
  position: relative;
  
}
.product-container .website-link {
  width: 100%;
  background: #fff2ec;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ffdfd1;
  padding: 11px 18px;
}
.product-container .website-link a {
  font-weight: 600;
  text-decoration: none;
}
.product-babufund{margin-bottom: 120px;}
.product-babufund .product-image{
  width: 90%;
  /* margin-left: 98px; */
}
.product-babufund .product-content .product-rate {
  /* margin-right: 98px; */
}
.product-babufund .website-link {
  width: 100%;
  height: 53px;
  background: #6400CD;
  border-radius: 10px 10px 10px 10px;
  border: 1PX solid #FFDFD1;
  padding: 11px 18px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.product-babufund .website-link  a{
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
  }
}