/*
Theme Name: Landing theme
Theme URI: Theme Name: http://site.com/
Author: Pavel Kuchenev
Author URI: Theme Name: http://site.com/
Description: Our 2024 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: silvery

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.service-item{
	margin-bottom: 65px;
}
.service-item .serviceTitle{
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 24px;
	margin-top: 23px;
	color: #2947A9;
}
.service-item .servise-text{
	font-size: 20px;
	line-height: 22px;
	color: #525B7A;
}

@media(max-width: 992px){
	#services{
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.service-item .serviceTitle{
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 14px;
	margin-top: 23px;
	color: #2947A9;
}
.service-item .servise-text{
	font-size: 18px;
	line-height: 20px;
	color: #525B7A;
}
}
#thanck{
	background: #f0f0f0!important;
}