.bnn-text h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.bnn-text p {
    font-weight: 600;
}

.home-title h2 {
    color: var(--primary-color);
    text-align: center;
}

@media (max-width: 548px) {
	.bnn-text h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.bnn-text p {
		font-size: 14px;
	}
}