With the help of !important we can override CSS properties.

BY Best Interview Question ON 13 Jan 2019

Example

.sidebar{
width:30%;
}

.sidebar{
width:40% !important;
}