.v2 .page-section-header {
    margin-bottom: 30px;
}

.v2 .slider-category-other {
    padding-top: 33px;
}

.v2 .slide-category-other__wrapper {
    flex-direction: column;
    padding: 25px;
}

.v2 .slide-category-other__arrow {
    margin-left: auto;
    border-radius: 50%;
    border: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.v2 .slide-category-other__visual {
    /* padding-bottom: 75%; */
}

.v2 .slide-category-other:hover .slide-category-other__arrow {
    border: solid 1px #fff;
}

.v2 .slide-category-other .slide-category-other__arrow svg * {
    transition: .3s;
}

.v2 .slide-category-other:hover .slide-category-other__arrow svg * {
    fill: #fff;
}

.v2 .slide-category-other__text {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
}

.v2 .slide-category-other__content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    min-height: 100px;
    margin-top: 20px;
}

.v2 .slide-category-other__content,
.v2 .slide-category-other {
    text-align: left;
    padding: 0;
}

.v2 .slide-category-other__adv {
    display: flex;
    width: max-content;
    margin-top: auto;
    padding: 10px 15px;
    gap: 5px;
    border-radius: 10px;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    background: #EECAAD;
    color: #000;
}

.v2 .swiper-buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: end;
    margin-top: -75px;
    padding-bottom: 30px;
}

.v2 .swiper-button-next::after, 
.v2 .swiper-button-prev::after {
    display: none!important;
}

.v2 .swiper-button-next, 
.v2 .swiper-button-prev {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #000;
}

.v2 .swiper-buttons.mobile {
    display: none;
}

@media screen and (max-width:768px){
    .v2 .page-section-header__main br {
        display: none;
    }

    .v2 .swiper-buttons {
        display: none;
    }
    .v2 .swiper-buttons.mobile {
        display: flex;
        flex-direction: row;
        gap: 60px;
        justify-content: center;
        padding-bottom: 30px;
        position: relative;
        width: 100%;
        margin-top: 0px;
    }

    .v2 .slide-category-other__visual {
        padding-bottom: 0;
        margin-top: -50px;
    }

    .v2 .slide-category-other__visual img {
        max-height: 200px;
    }

    .v2 .page-section__wrapper.container {
        padding-bottom: 0;
    }

    .v2 .slider-category-other {
        padding-bottom: 80px;
    }

    .v2 .slide-category-other__content {
        height: 100%;
    }

    
}