/* Custom */
@font-face {
	font-family: Bona-nova;
	src: url(../fonts/BonaNova-Regular.ttf);
}


.banner {
	display: flex;
	flex-direction: row;
	height: 157px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 46px;
	background: rgba(32, 28, 28, 1);
	box-sizing: border-box;
}


.achievement-number {
	font-family: Bona Nova;
	font-size: 73px;
	font-weight: 700;
	line-height: 100%;
	color: rgba(254, 177, 115, 1);
}

.achievement-text {
	font-family: Bona Nova;
	font-size: 27px;
	font-weight: 400;
	line-height: 82.53%;
	color: rgba(255, 255, 255, 1);
}


@media (max-width: 1200px) {
	.achievement-text {
		font-size: 23px;
	}

	.achievement-number {
		font-size: 65px;
	}
}

@media (max-width: 991px) {
	.achievement-text {
		font-size: 17px;
	}

	.achievement-number {
		font-size: 50px;
	}

	.banner {
		height: 130px;
	}
}

@media (max-width: 767px) {
	.achievement-text {
		font-size: 15px;
	}

	.achievement-number {
		font-size: 35px;
	}
}
