.logo-area img {
	max-height: 60px;
}
.black-bg {
	background: #24272c;
}
.main__title {
	font-size: 55px;
}
.single__box__title {
    font-size: 23px;
}
@media only screen and (max-width: 768px) {
	.main__title {
		font-size: 38px;
	}
}