.s61-persotech-icons {
    font-family: "DMSans", sans-serif;
    color: #fff;
}

.s61-persotech-icons .content {}

.s61-persotech-icons .content .swiper {}

.s61-persotech-icons .content .swiper .swiper-wrapper {}

.s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    padding: 25px 40px;
    box-sizing: border-box;
}

.s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide+.swiper-slide {
    border-left: 1px solid #fff;
}

.s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide:first-of-type {
    border-left: 1px solid #fff;
}

.s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide:last-of-type {
    border-right: 1px solid #fff;
}

.s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide .icon {}

.s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide .icon img {
    display: block;
}

.s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide .title {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide .number {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.42px;
    color: #00AEEF;
}

.s61-persotech-icons .content .swiper .pagination {
    display: none;
    margin-top: 30px;
    text-align: center;
}

.s61-persotech-icons .content .swiper .pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: .5;
    margin: 0 6px !important;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .3s ease;
}

.s61-persotech-icons .content .swiper .pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.s61-persotech-icons .content .swiper .navigation {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

.s61-persotech-icons .content .swiper .navigation .button-next,
.s61-persotech-icons .content .swiper .navigation .button-prev {
    width: 40px;
    height: 40px;
    stroke: #fff;
    background-color: #00AEEF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

.s61-persotech-icons .content .swiper .navigation .button-next.swiper-button-disabled,
.s61-persotech-icons .content .swiper .navigation .button-prev.swiper-button-disabled {
   display: none;
}




.s61-persotech-icons .content .swiper .navigation .button-next svg {
    transform: rotate(180deg);
}

.s61-persotech-icons .content .swiper .navigation .button-next:hover,
.s61-persotech-icons .content .swiper .navigation .button-prev:hover {
    background-color: #fff;
    stroke: #00203E;

}

@media only screen and (max-width: 767px) {
    .s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide{
        padding: 20px 25px;
    }
    .s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide+.swiper-slide {
        border-left: unset;
    }

    .s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide:first-of-type {
        border-left: unset;
    }

    .s61-persotech-icons .content .swiper .swiper-wrapper .swiper-slide:last-of-type {
        border-right: unset;
    }

    .swiper-slide.swiper-slide-active {
        border-right: 1px solid #fff !important;
    }

    .s61-persotech-icons .content .swiper .pagination {
        display: block;
    }

    .s61-persotech-icons .content .swiper .navigation {
        display: none;
    }
}