.tractor-get-to-know-block
{

    font-weight: 600;
    font-size: 46px;
    line-height: 120%;
    text-align: center;
}

p.tractor-get-to-know-block__description
{
    font-weight: 400;
    font-size: 27px;
    line-height: 153%;
    letter-spacing: 0%;
    text-align: center;
}

.tractor-get-to-know-block__content
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width : 600px) 
{
    /* Styles for mobile */
}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    /* Styles for tablet */
}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    /* Styles for small desktop */
}


@media only screen and (min-width : 1381px) 
{
    p.tractor-get-to-know-block__description
    {
        width: 55%;

    }
}