.custom-banner-text{
    position:static!important;
}

.custom-button-next{
    right: 1rem!important;
}
.custom-button-prev{
    left: calc(100% - 99px - 1rem)!important;
}
.custom-swiper-pagination{
    left:calc(5% + 1rem)!important;
}
.custom-swiper-scrollbar{
    left:1rem!important;
}
.link{
display: flex;
    justify-content: center;
    align-items: center;
   color:rgba(191, 30, 119, 1);
    height: 50px;
    border-radius: 5px;
font-size:20px;
    background: white;
    backdrop-filter: unset;
}