@media only screen and (max-width : 520px) {
    #textblock {
        width: 100%;
    }
    #rentalblock {
        width: 100%;
    }

    .carsblock {
        width:100%;
    }
}