.brand_title{
	text-align: center;
	line-height: 98%;
	font-size: 50px;
	font-family: 'glossy';
	font-weight: 500;
	cursor: pointer;
	user-select: none;
}
@media screen and (max-width: 667px) {
	.brand_title{
		font-size: 32px;
	}
	.block4{
		width: 60% !important;
		height: auto !important;
		padding-left: 1.5em;
	}
}
#startlogowrapper2{
    width: 50%;
    text-align: center;
}