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

/**** Font Start ***/
.para {
    color: #07535e;
    padding: 9px;
    font-family: 'Montserrat' !important;
	font-weight:500;
}

/**** Font Ends ***/


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




}