/*
Theme Name: ACC FUTEK
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.acc-futek-home-news-feature .acc-futek-home-news-feature__featured-title {
	font-size: 18px !important;
	line-height: 1.25 !important;
	white-space: nowrap !important;
}

@media (max-width: 991px) {
	.acc-futek-home-news-feature .acc-futek-home-news-feature__featured-title {
		white-space: normal !important;
		font-size: clamp(1rem, 4vw, 1.25rem) !important;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}