.big-span {
	font-size: 130px;
	color: #fce58f;
	font-weight: 600;
}
@media screen and (max-width: 767px){
	.big-span {
		font-size: 60px;
	}
}