#jobs-carousel {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

#jobs-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border-radius: 4px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    height: initial;

    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
    -webkit-box-orient: vertical;
  }


.paragraph p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paragraph p {
    display: none;
}

.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4 {
    display: none;
}

.paragraph ul {
    display: none;
}

.swiper-button-next-linkeys, .swiper-button-prev-linkeys {
    width: 45px;
    height: 45px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%;
    margin: 5px;
}

#switch_jobs{
    margin-top: 30px;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}

.swiper-button-next-linkeys{
    background-image: url(https://linkeys.dixitest.com/wp-content/plugins/dixi-linkeys-jobs/assets/arrow.svg);
    right: 25%;
    left: auto;
}

.swiper-button-prev-linkeys{
    background-image: url(https://linkeys.dixitest.com/wp-content/plugins/dixi-linkeys-jobs/assets/arrow.svg);
    left: 25%;
    right: auto;
    transform: rotate(180deg);
}

.swiper-button-disabled{
    opacity: .6;
}

.elementor-element-28d011d {
    position: absolute;
    bottom: 0;
}

.elementor-element-74b5054 .elementor-col-50{
    width: auto !important;
}

.elementor-element-74b5054 .elementor-col-50:first-child{
    margin-right: 5px;
}

.elementor-element-7ba4a65{
    height: 120px;
}

.swiper-slide .elementor-widget-wrap{
    height: 100%;
}

@media screen and (max-width: 768px)
{
    #switch_jobs{
        margin-top: 0;
        justify-content: center;
    }

    #jobs-carousel .elementor-icon-list-items{
        justify-content: center;
    }

    #jobs-carousel .btn-gradientLine{
        display: flex;
        justify-content: center;
    }

    #jobs-carousel .elementor-element-74b5054 .elementor-col-50{
        width: auto;
    }

    #jobs-carousel .elementor-element-74b5054 .elementor-col-50:first-child{
        margin-right: 4px;
    }

    #jobs-carousel .elementor-element-74b5054{
        padding: 20px;
    }
}

