@charset "UTF-8";
/* CSS Document */

#nav-header {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	z-index: 100;
	position: sticky;
	top: 0;
	background-color: var(--white);
}

#usps {
	justify-content: space-between;
	padding: 5px 20px;
}

#usps p {
	font-size: 13px!important;
}

#usps .single-usp {
	gap: 5px;
}

#navbar {
	justify-content: space-between;
	padding: 15px 20px;
}

#site-logo img {
	max-height: 50px;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
    #usps {
		justify-content: center;
	}
	
	#usps .single-usp:not(.first-item) {
		display: none!important;
	}
}