.swiper-button-next,
.swiper-button-prev {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    /* width: 40px !important; */
    /* height: 40px !important; */
    border: 1px solid var(--second);
    border-radius: 50%;
}
.button-next,.button-prev{
    width: 45px;
    height: 45px;
    position: absolute;
    top: calc(50% - 22.5px);
    right: 5px;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    background: #fff;
}
.button-prev{
    right: auto;
    left: 5px;
}
.banner-page{}
.banner-page .inner-banner{
    margin: 10px 0;
}
.banner-page .inner-banner h1{
    font-weight: bold;
    color: var(--primary);
}
.has-effect {
    position: relative;
    overflow: hidden;
  }
  
  .has-effect .leaf {
    position: absolute;
    max-width: 110px;
    opacity: 0.7;
    pointer-events: none;
  }