.tractor-text-descriptions-block
{
    display: flex;
    
}

#tractor-text-descriptions-block-slider, #tractor-text-descriptions-block-slider-navigator
{    
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splide__custom_pagination
{
    background-color: #A9A9A966;
    display: flex;
    justify-content: center;
    gap: 0;
}

.splide__custom_pagination__button
{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
}

.splide__custom_pagination__button.active
{
    opacity: 1;
}
.splide__custom_pagination__button:hover
{
    opacity: 0.6;
}

.tractor-text-descriptions-block__description
{

    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: -2%;
}


.tractor-text-descriptions-block-splide
{
    display: flex;
    align-items: center;
}

.tractor-text-descriptions-block__title
{
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -2%;
    margin-bottom: 15px;
}

@media only screen and (max-width : 600px) 
{
    .tractor-text-descriptions-block
    {        
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .tractor-text-descriptions-block__description {
    
        font-size: 30px;
        margin-bottom: 20px;
    }

    .splide__custom_pagination__button svg
    {
        width: 120px;
    }

    #tractor-text-descriptions-block-slider, #tractor-text-descriptions-block-slider-navigator
    {    
        margin-bottom: 1rem;
    }


}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    .tractor-text-descriptions-block
    {        
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .tractor-text-descriptions-block__description {
    
        font-size: 30px;
        margin-bottom: 20px;
    }

    .splide__custom_pagination__button svg
    {
        width: 180px;
    }

    #tractor-text-descriptions-block-slider, #tractor-text-descriptions-block-slider-navigator
    {    
        margin-bottom: 1rem;
    }


}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    /* Styles for small desktop */
}


@media only screen and (min-width : 1381px) 
{
    #tractor-text-descriptions-block-slider, #tractor-text-descriptions-block-slider-navigator
    {
        width: 50%;
    }

}