.hero-banner {
	background-color: #e47333;
	/* background-image: url("kerko-subjekt-rpp.png"); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	color: white;
	height: 70px;
	width: 100%;
	/* padding: 60px 20px; */
	margin-top: 20px;     /* Top margin */
	margin-right: auto;   /* Right margin for centering */
	margin-bottom: 20px;     /* Bottom margin */
	margin-left: auto;


	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
}

.iconInline {
	height: 1.8em;
	/* Adjust based on desired size */
	/* width: auto; */
	vertical-align: middle;
}

h2 {
	margin-bottom: 0;
	font-size: 1.4rem;
}

@media (max-width: 435px) {
	.hero-banner h2 {
		font-size: clamp(0.65rem, 5vw, 2rem);
	}

	.hero-banner{
		height: 73px;
	}
}

