.blank-search-title span {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 1.1;
	color: #003C46;
}

.blank-search-title p {
	font-family: 'Lexend Deca';
	font-style: normal;
	font-weight: 400;
	font-size: var(--14px);
	line-height: 1.4;
	color: #575757;
}

@media only screen and (max-width: 990px) {
	.blank-search-title span {
		font-size: calc(1.5rem + 0.8vw);
		line-height: initial;
	}
}


@media only screen and (max-width: 500px) {
	.blank-search-title span {
		font-size: calc(1.275rem + 0.4vw);
		line-height: initial;
	}
	
	.blank-search-title {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
}