main {
  position: relative;
  width: 100%;
  min-height: 100%;
  clear: both;
}

.slick-slide {
  height: 72.5vh !important;
}

.carousel-slider {
  position: relative;
}

.carousel-slider .next {
  position: absolute;
  top: calc(50% - 20px);
  right: 30px;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(196, 196, 196, 0.2);
  padding: 5px 10px 5px 14px;
  border-radius: 100%;
}

.carousel-slider .prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 30px;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(196, 196, 196, 0.2);
  padding: 5px 14px 5px 10px;
  border-radius: 100%;
}

.carousel-slider i {
  font-size: 2rem;
  color: #c5c5c5;
}

.carousel-slider .carousel {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.campaigns{
  margin-bottom: 50px;
}

.campaigns h2 {
  text-align: center;
  margin-top: 60px;
  font-size: 2.5rem;
  font-weight: bolder;
  color: #007C89;
}

.campaigns .products {
  display: grid;
  grid-template-columns: repeat(4, 300px);
  width: 80%;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  column-gap: 5px;
  row-gap: 20px;
  width: 100%;
  margin: 40px auto 0;
}

.products a{
  text-decoration: none;
  color: #222;
}

.campaigns .products .product{
  width: auto;
}

.campaigns .products .product img {
  border: 1px solid #cccccc;
  height: 200px;
  width: 300px;
  max-width: 300px;
  margin: 4px;
}

.campaigns .products .product h3 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
}

.campaigns .products .product .prices {
  position: relative;
  height: 30px;
  text-align: center;
  margin: 10px;
}

.campaigns .products .product .prices .new-price {
  font-size: 1.5rem;
}

.campaigns .products .product .prices .old-price {
  position: absolute;
  margin-left: 5px;
  font-size: 1rem;
  text-decoration: line-through;
  color: #dd1111;
}

.campaigns .products .product button {
  margin: auto;
  display: block;
  padding: 11px 12px;
  font-size: 1.2rem;
  background-color: #fed495;
  color: #DA5599;
  border: none;
  cursor: pointer;
}

.campaigns .products .product button:hover {
  background-color: #f8c579;
}

.about-us {
  background-color: #DA5599;
  margin: 150px 50px 0px 50px;
  padding: 20px;
}

.about-us h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  padding-top: 30px;
  color: #fffcfc;
}

.about-us p {
  text-align: center;
  font-size: 1.5rem;
  padding-top: 50px;
  padding-bottom: 150px;
  color: #fffcfc;
}

@media only screen and (max-width: 1290px) {
  .campaigns .products{
    margin: 0 auto 0;
    grid-template-columns: repeat(3, 300px);
    column-gap: 30px;
  }
}


@media only screen and (max-width: 950px) {
  .campaigns .products {
    display: inline-block;
    text-align: center;
    margin: 0;
  }

  .campaigns .products .product img {
    align-content: center;
    margin-top: 25px;
  }

  .about-us {
    width: 95%;
    margin: 0 auto 0;
  }

  .slick-slide {
    height: 100% !important;
  }
}
