.weDobrand-section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .weDobrand-section {
    padding: 100px 0 0 0;
  }
}
.weDobrand-section .weDoswiper {
  padding-bottom: 50px;
}
.weDobrand-section .weDoswiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.weDobrand-section .weDoswiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 0 10px;
}
.weDobrand-section .weDoswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #004600;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.weDobrand-section .weDoswiper .swiper-horizontal > .swiper-pagination-bullets,
.weDobrand-section .weDoswiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.weDobrand-section .weDoswiper .swiper-pagination-custom,
.weDobrand-section .weDoswiper .swiper-pagination-fraction {
  bottom: 0;
  z-index: 99;
}
.weDobrand-section .weDoCard {
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}
.weDobrand-section .weDoCard figure {
  padding-bottom: 148%;
  margin: 0;
  overflow: hidden;
}
.weDobrand-section .weDoCard figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  will-change: transform;
  overflow: hidden;
}
@media (hover: hover) {
  .weDobrand-section .weDoCard:hover .promote-image figure img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}