/*
Theme name: Future - Custom Theme
Description: Custom Theme
Version: 1.0
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

p {  }

.section-about { color: #fff; }

.slider-counter .slider__slide h2 { font-size: 121px; color: #fff; }

@media(max-width: 767px){
	.slider-counter .slider__slide h2 { font-size: 70px; }
}

