.item h4{
	color:black;
}
.item:hover{
	text-decoration: none;
}
.language .dropdown .dropdown-menu a:last-child{
	margin-bottom: 0;
}
.mobile-language a{
	text-decoration: none;
}
.mobile-language{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-actions .main-btn{
	margin-bottom: 30px;
}
.mobile-language p{
	color:white;
}
.mobile-language .dropdown-menu{
	left: 50%;
	transform: translateX(-50%);
	background-color: rgb( 0, 0, 0, 0.5);
	min-width: 80px;
}
.mobile-language .dropdown-menu a{
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-language .dropdown-menu a:last-child{
	margin-bottom: 0;
}
.mobile-actions{
	margin-bottom: 40px;
}

.services-block-wrapper .services-block .content .item .desc-content{
    justify-content: space-between;
}
.article-page{
	margin-top:40px;
	margin-bottom: 80px;
}
.article-page h1{
	margin-bottom: 50px;
	text-align: center;
}
.article-page h3{
	margin-bottom: 30px;
}
.article-page p{
	margin-bottom: 20px;
}
.services-page .content .item-wrapper .item a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #F7F7F7;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-decoration: none;
  padding: 30px;
}
.services-page .content .item-wrapper .item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #F7F7F7;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 0px;
}
.services-block-wrapper .services-block .content .item .desc-content h3{
	font-size: 1.4em;
}
.col-md-9 {
    width: 100%;
}
h1 {
    font-size: 2.4375em;
}