.banner-top-col.ter {
  flex-basis: 20%;
}
.banner-top .row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.banner-top .choose-sub-btn .action {
  margin: auto;
  width: auto;
}
.banner-top .banner-top-col .slogan {
  width: 100%;
}

/*******************************************/
@media only screen and (max-width: 767px) {
  .banner-top .row {
    display: block;
  }
  .banner-top .product-info-top {
    display: none;
  }
}
