.title-content {
    margin-bottom: 20px
}

.title-content h3 {
    border-bottom: none;
    width: 100%;
    padding: 5px 0;
    position: relative;
    background: 0 0;
    font-size: 24px;
    /*text-transform: uppercase;*/
    font-weight: 700;
	line-height:1.5;
    margin: 0
	letter-spacing: 1.2px;
}

.title-content h3:after {
    content: "";
    display: block;
    width: 120px;
    height: 4px; 
	background-image: linear-gradient(to right, #165ea1, #83ae42); 
    position: absolute;
    bottom: -1px
}

.title-content h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px; 
	background-image: linear-gradient(to right, #d0e9f5, #f1f6d9); 
    position: absolute;
    bottom: 0
}

.block-news {   
 	background-image: linear-gradient(to right, #d0e9f5, #6ba243);
}
.block-news-left {  
   	background-image: linear-gradient(to left, #d0e9f5, #6ba243);
}
.noletterspace {
	text-transform:none; letter-spacing:normal !important;	text-decoration:none;
	}
.owl-carousel.dots-title.dots-title-pos-3 .owl-dots {
	left: 200px;
}
.imagehover { 
  transition: all 0.3s ease-in-out;
}
.imagehover:hover {
  transform: scale(1.05);
  box-shadow: 0 0 5px var(--default);
} 