/* html {
    scroll-behavior: smooth;
} */

* { 
	
	transition: all .1s ease; 
}

.page-title-section {
    padding: 647px 0 191px;
}
.testimonial-body {
    height: 400px;
}
.testimonial-body .media {
    position: absolute; 
    bottom: 15px; 
}

.testimonial-wrapper .quote-text {
    height: 67px;
}

@media (max-width: 1199px){
 .section-news-details {
    padding: 193px 0;
 }
}

.multiselect__tag {
    background: #c1da09 !important
 }

