.elementor-trz-cooperation-carousel .item-wrapper
{
    padding: 50px 25px 25px 25px;
    background-color: var( --e-global-color-4f6668a5 );
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 8%);
    text-align: center;
    margin: 15px;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-title
{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: var( --e-global-color-7c6baff );
    margin-bottom: 15px;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-content
{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var( --e-global-color-7c6baff );
    margin-bottom: 15px;
}

.elementor-trz-cooperation-carousel .item-wrapper .item-button
{
    margin-bottom: 40px;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-button a
{
    -webkit-appearance: none;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info {
    margin-right: -25px;
    background: var(--e-global-color-88d71b9);
    margin-left: -25px;
    margin-bottom: -25px;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-read-more,
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-read-less

{
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    cursor: pointer;
    position: relative;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info-read-more:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    padding-left: 12px;
    font-size: 16px;
    position: absolute;
    right: 15px;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info-read-less:after {
    content: "\f106";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    padding-left: 12px;
    font-size: 16px;
    position: absolute;
    right: 15px;
}



.elementor-trz-cooperation-carousel .item-wrapper .item-other-info:not(.active) .item-other-info-features
{
    display: none;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-features
{
    padding: 0 25px 20px;
    list-style: none;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;

}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-features li {
    padding-bottom: 8px;
    padding-left: 25px;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-features li.active:before
{
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    padding-left: 12px;
    font-size: 16px;
    position: absolute;
    left: 15px;
    color: var(--e-global-color-secondary);
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-features li:not(.active):before
{
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    padding-left: 12px;
    font-size: 16px;
    position: absolute;
    left: 15px;
    color: var(--e-global-color-secondary);
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-features li:not(.active)
{
    color: var(--e-global-color-aa4c465);
    text-decoration: line-through;
}


.elementor-trz-cooperation-carousel .item-wrapper .item-other-info:not(.active) .item-other-info-read-more
{
   display: block; 
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info.active .item-other-info-read-less
{
    display: block; 
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-features .item-other-info-features-tooltip {
    position: absolute;
    right: 15px;
}
.elementor-trz-cooperation-carousel .item-wrapper .item-other-info .item-other-info-features [aria-label][role~="tooltip"]::after {
    white-space: normal;
    min-width: 200px;
}

.elementor-trz-cooperation-carousel-wrapper ul.slick-dots li button {
   
    padding: 0;
    background: #aaa;
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s;
    font-size: 0;
    outline: 0;
}
.elementor-trz-cooperation-carousel-wrapper ul.slick-dots li, .elementor-trz-cooperation-carousel-wrapper ul.slick-dots li:hover {
    margin: 0 8px 0 0;
    padding: 0;
    display: inline-block;
    font-size: 0;
}
.elementor-trz-cooperation-carousel-wrapper ul.slick-dots {
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.elementor-trz-cooperation-carousel-wrapper ul.slick-dots li.slick-active button {
    background: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}

@media only screen and (max-width: 767px) 
{
    .elementor-trz-cooperation-carousel .item-wrapper .item-title
    {
        font-size: 20px;
        line-height: 32px;
    } 
    .elementor-trz-cooperation-carousel .item-wrapper .item-content
    {
        font-size: 14px;
        line-height: 24px;
    }
    .elementor-trz-cooperation-carousel .item-wrapper
    {
        padding: 30px 15px 15px 15px;
    }
    .elementor-trz-cooperation-carousel .item-wrapper .item-other-info {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -15px;
    }
}