.tractor-technical-specifications-block
{
    background-color: #000000;
    color: #FFFFFF;
}

h2.tractor-technical-specifications-block__title
{
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -2%;

    margin-top: 50px;
    margin-bottom: 70px;
}

.tractor-technical-specifications-block__row td
{
    font-weight: 400;
    font-size: 17px;
    line-height: 148%;
    letter-spacing: 0%;
    border-bottom: 1px solid #FFFFFF33;

}

.tractor-technical-specifications-block__header-row th
{
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 148%;
    letter-spacing: 0%;
    border-bottom: 1px solid #FFFFFF33;
    position: relative;
}


.tractor-technical-specifications-block__header-row th:not(:last-child):after
{
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    height: 50%;
    border-right: 2px solid #FFFFFFB2;
}


.tractor-technical-specifications-block_container
{
    width: 100%;
    display: flex;
    justify-content: center;
}

.tractor-technical-specifications-block
{
    max-width: 1600px;
}

.tractor-technical-specifications-block__category-container
{
    display: flex;
    align-items: center;
}

.tractor-technical-specifications-block__category-icon
{
    margin-right: 15px;
    position: relative;
    width: 40px;
    height: 40px;
}
 

.tractor-technical-specifications-block__category-icon svg
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h5.tractor-technical-specifications-block__manuals-title
{
    font-weight: 400;
    font-size: 27px;
    line-height: 153%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin: 0;
}

.tractor-technical-specifications-block__manuals_btn_container
{
    text-align: right;
}


@media only screen and (max-width : 600px) 
{
    .tractor-technical-specifications-block__table {
        overflow-x: auto;
    }

    .tractor-technical-specifications-block__table thead {
        display: none;
    }

    .tractor-technical-specifications-block__table th, .tractor-technical-specifications-block__table td {
        display: block;
    }

    .tractor-technical-specifications-block__manuals_btn_container
    {
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    .tractor-technical-specifications-block__manuals
    {
        display: flex;    
        align-items: center;

        flex-direction: row;
    }

}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    /* Styles for small desktop */
}


@media only screen and (min-width : 1381px) 
{
    .tractor-technical-specifications-block__header-row th
    {
        padding: 45px 35px;
        width: 33.33%;
    }

    .tractor-technical-specifications-block__row td
    {
        padding: 45px 35px;
        vertical-align: middle;
    }

    .tractor-technical-specifications-block__manuals
    {
        display: grid;    
        align-items: center;

        grid-template-columns: 2fr 1fr;
    }

    .tractor-technical-specifications-block__manuals
    {
        margin: 5rem 0;
    }

}