 /*
Theme Name: sierra-development
Theme URI: http://localhost/sierra-development/
Author: Fuze
Author URI: http://localhost/sierra-development/
Description: My Site
Version: 1.0
Tags: bootstrap
*/
.press-block-img img.image-with-src {
	height: 44px;
    width: 290px;
    object-fit: scale-down;
}
a.navbar-brand img {
    height: 74px;
}
.footer-center-flex ul {
    display: flex;
    align-items: center;
   
}

.footer-center-flex ul li a {
    font-size: 16px;
    color: #fff !important;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
	padding: 0;
}



.home-more-projects-slider-info h4 a{
   
    color:#000000 !important;
    
}
.projects-block .home-more-projects-slider-info {
    background: #f9f9f9;
}


.our-team-flex {
   justify-content: center;
}


@media (max-width:600px) {
	.press-block-img img.image-with-src {
		height: 30px;
		width: 200px;
	}
}