
.leadstio-cst-carousel-inner{
    margin-bottom: 50px;
}

.leadstio-cst-carousel-item.swiper-slide {
    background-color: #FAFAFA;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: normal;
    border-radius: 30px;
}

.leadstio-cst-carousel-item-title{
    padding: 40px 40px 10px;
    font-size: 20px;
    color: #202226;
    text-align: left;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -0.011em;
    font-family: 'Montserrat','Montserrat';
}

.leadstio-cst-carousel-item-subtitle{
    font-family: 'Montserrat','Montserrat';
    line-height: 1.5;
    letter-spacing: -0.011em;
    font-size: 16px;
    font-weight: 700;
    color:#555555;
    text-align: left;
    padding: 20px 40px;
    margin: 0;
    line-height: 1.5;
    letter-spacing: -0.011em;
    font-family: 'Montserrat','Montserrat';
}

.leadstio-cst-carousel-item-description{
    font-size: 16px;
    font-weight: 500;
    color:#555555;
    text-align: left;
    padding: 40px 40px 20px 40px;
    line-height: 1.5;
    letter-spacing: -0.011em;
    font-family: 'Montserrat','Montserrat';
}

.leadstio-cst-carousel-item-button {
    display: block;
    margin: 10px 40px 10px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #CC2F2A;
    padding: 0px 0px 50px 0px;
}

.leadstio-cst-carousel-item-button:hover{
    font-weight: 700;
    text-decoration: underline;
    color: #CC2F2A;
}
.leadstio-cst-carousel-item-image-wrapper{
    border-radius: 30px;
    overflow: hidden;
}

.leadstio-cst-carousel-item-image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 300ms;
}

@media (max-width: 1025px) {
    .elementor .leadstio-cst-carousel-item-image-wrapper img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
        transition: all 300ms;
    }

    .leadstio-cst-carousel-item {
        background-color: #FAFAFA;
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }
}

@media (max-width: 480px) {
    .leadstio-cst-carousel-item-image-wrapper img {
        width: 300px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .leadstio-cst-carousel-item-image-wrapper img {
        width: 412px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .leadstio-cst-carousel-item-image-wrapper img {
        width: 576px;
    }
}

@media (min-width: 1025px) {
    .leadstio-cst-carousel-item-image-wrapper img {
        width: 768px;
    }
}

.leadstio-cst-swiper-pagination .swiper-pagination-bullet-active{
    background: #000;
}