
.nan_pro_header_bubble {
	display: flex;
	justify-content: flex-start;
	margin-left: -14px;
	margin-bottom: 21px;
}

.nan_pro_header_bubble_item {
	background: url('images/bubble.png') center no-repeat;
	text-align: center;
	min-width: 164px;
	min-height: 164px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-right: 15px;
}

.nan_pro_header_bubble_item:first-child {
	margin-right: 6px;
}

@media screen and (max-width: 900px) {
	.nan_pro_header_bubble {
		position: relative;
		min-height: 362px;
		margin-bottom: 0;
	}
	.nan_pro_header_bubble_item {
		position: absolute;
	}
	.nan_pro_header_bubble_item:first-child {
		top: 0%;
		left: 0;
		z-index: 3;
	}
	.nan_pro_header_bubble_item:nth-child(2) {
		top: 12%;
		left: 147px;
		z-index: 1;
	}
	.nan_pro_header_bubble_item:nth-child(3) {
		top: 48%;
		left: 58px;
		z-index: 3;
	}
}

@media screen and (max-width: 767px) {
	.nan_pro_header_bubble {
		position: relative;
		min-height: auto;
	}
	.nan_pro_header_bubble_item {
		position: static;
	}
}

@media screen and (max-width: 600px) {
	.nan_pro_header_bubble {
		position: relative;
		min-height: 362px;
		margin-bottom: 0;
	}
	.nan_pro_header_bubble_item {
		position: absolute;
	}
	.nan_pro_header_bubble_item:first-child {
		top: 0%;
		left: 0;
		z-index: 3;
	}
	.nan_pro_header_bubble_item:nth-child(2) {
		top: 12%;
		left: 147px;
		z-index: 1;
	}
	.nan_pro_header_bubble_item:nth-child(3) {
		top: 48%;
		left: 58px;
		z-index: 3;
	}
}

@media screen and (max-width: 389px) {
	.nan_pro_header_bubble_item:nth-child(2) {
		top: 29%;
		left: 105px;
		z-index: 1;
	}
	.nan_pro_header_bubble_item:nth-child(3) {
		top: 52%;
		left: -10px;
		z-index: 3;
	}
}

.nan_pro_header_bubble_text {
	max-width: 65%;
	margin: 12px auto 21px;
	position: relative;
	color: #0052AD;
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
}

.nan_pro_header_bubble_text::after {
	content: "";
	position: absolute;
	top: 135%;
	left: calc(50% - 37px);
	width: 74px;
	height: 2px;
	background-color: #17A63D;
}

.nan_pro_header_bubble_subtext {
	max-width: 60%;
	margin: 0 auto;
	font-family: 'istokweb', sans-serif;
	color: #B99847;
	font-size: 13px;
	line-height: 15px;
}