.paired-with-widget .paired-with-wrapper .title h3{
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin:0;
    margin-bottom: 30px;
    text-align: center;
}
/* Gradient Overlay */
.swiper-gradient-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 220px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    z-index: 5;
}
.paired-with-widget{
    padding-bottom: 50px;
    overflow: hidden;
}
.paired-with-swiper{
    overflow: visible;
    list-style: none;

}