@CHARSET "UTF-8";

.section_2 {
	padding: 110px 0 80px;
	background: linear-gradient(-135deg, #06aee0ad, #0063dda6), url(/img/index_background.jpeg);
	background-position: 50%;
	color: #fff;
	margin-top: 8px;
	background-size: cover;
}

.subtitle {
	padding-top: 60px;
	padding-bottom: 30px;
}

.section_1 .subtitle--01 {
	padding-top: 30px;
	background: linear-gradient(-135deg, #FFFFFF, #EEEEEE);
}

.section_1 {
	padding: 8px 0;
	height: 800px;
}

.contcact {
    background: #0B659F;
	border-radius: 30px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: inherit;
	letter-spacing: inherit;
	cursor: pointer;
	padding: 9px;
	border: none;
	width: 20em;
	font-weight: bold;
}

.service-card_button button:hover {
	background: #000!important;
  }

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {

	.subtitle--01 {
		font-size: 24px;
	}

	.subtitle--02 {
		font-size: 18px;
	}

}
