.products-c {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-inline: auto;
}
.products-c a {
  text-decoration: none;
  width: 23%;
  margin-top: 70px;
  margin-inline: 10px;
  box-shadow: 9px 9px 0px #ffec00;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}
.products-c .img-c {
  width: 100%;
  height: 330px;
}
.products-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-c .f-c {
  background-color: #fff;
}

.products-c .f-c h5 {
  color: #333333c7;
  padding-left: 10px;
  padding-top: 10px;
}
.products-c .f-c h6 {
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 10px;
}

.p-b-c {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.p-b-c button {
  width: 140px;
  height: 45px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 1px;
  border: none;
  background-color: #333;
  border-radius: 100px;
}
@media only screen and (max-width: 1280px) {
  .products-c a {
    width: 30%;
  }
  .products-c .img-c {
    height: 290px;
  }
}
@media only screen and (max-width: 1024px) {
  .products-c a {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .products-c a {
    width: 75%;
    margin-inline: auto;
    max-width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .products-c a {
    width: 90%;
    margin-inline: auto;
    max-width: 390px;
    margin-top: 40px;
  }
  .products-c .img-c {
    height: 250px;
  }
  .products-c .f-c h5 {
    font-size: 1.1rem;
  }
  .products-c .f-c h6 {
    font-size: 0.9rem;
  }
}
