section.banner{
	height: 200px;
	display: flex;
	align-items: center;
}

@media(min-width: 700px){
	section.banner{
	height: 500px;
}
	.brand-feed .brand-box ul{
	padding-top: 15px; margin-top: 0px;
}
	.brand-feed .brand-box ul::before{
		top: 35px;
}
html{
    scroll-padding-top: 82px;
}
}
