@media (min-width: 100px) and (max-width: 991px) {

.tab-section li {
    box-shadow: 0px 7px 14px 0px rgb(162 104 97);
    padding: 10px;
    font-weight: bold;
	    text-wrap: nowrap;
    width: fit-content;
}


}