.promotebrand-section {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .promotebrand-section {
    padding: 50px 0;
  }
}
.promotebrand-section .promoteswiper {
  padding-bottom: 50px;
}
.promotebrand-section .promoteswiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0 10px;
}
.promotebrand-section .promoteswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004600;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.promotebrand-section .promoteswiper .swiper-horizontal > .swiper-pagination-bullets,
.promotebrand-section .promoteswiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.promotebrand-section .promoteswiper .swiper-pagination-custom,
.promotebrand-section .promoteswiper .swiper-pagination-fraction {
  bottom: 0;
}
.promotebrand-section .promotecard {
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 153, 73)), to(rgb(1, 51, 24)));
  background: linear-gradient(90deg, rgb(2, 153, 73) 0%, rgb(1, 51, 24) 100%);
  color: #Fff;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .promotebrand-section .promotecard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (hover: hover) {
  .promotebrand-section .promotecard:hover .promote-image figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.promotebrand-section .promotecard .promote-content {
  padding: 23px 0;
  padding-left: 22px;
  width: 100%;
}
@media (min-width: 768px) {
  .promotebrand-section .promotecard .promote-content {
    padding: 43px 0;
    padding-left: 43px;
  }
}
@media (min-width: 992px) {
  .promotebrand-section .promotecard .promote-content {
    max-width: 79%;
    padding: 53px 0;
    padding-left: 52px;
  }
}
.promotebrand-section .promotecard .promote-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .promotebrand-section .promotecard .promote-title {
    font-size: 35px;
    max-width: 80%;
    margin-bottom: 41px;
  }
}
@media (min-width: 1400px) {
  .promotebrand-section .promotecard .promote-title {
    font-size: 48px;
    margin-bottom: 51px;
  }
}
.promotebrand-section .promotecard .promotes-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  .promotebrand-section .promotecard .promotes-labels {
    gap: 23px;
  }
}
.promotebrand-section .promotecard .promotes-labels .btn {
  padding: 13px 43px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 32px;
  border-color: transparent;
  color: #fff;
}
@media (min-width: 768px) {
  .promotebrand-section .promotecard .promotes-labels .btn {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .promotebrand-section .promotecard .promotes-labels .btn {
    font-size: 20px;
  }
}
.promotebrand-section .promotecard .promotes-labels .btn.package {
  background-color: #004600;
}
.promotebrand-section .promotecard .promotes-labels .btn.stciker {
  background-color: #005C2B;
}
.promotebrand-section .promotecard .promotes-labels .btn.label {
  background-color: #049548;
}
.promotebrand-section .promotecard .promote-image {
  width: 100%;
}
@media (min-width: 992px) {
  .promotebrand-section .promotecard .promote-image {
    max-width: 21%;
  }
}
.promotebrand-section .promotecard .promote-image figure {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  padding-bottom: 100%;
}
.promotebrand-section .promotecard .promote-image figure img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  will-change: transform;
}