.component_ad #brand_title_box
{
	margin-bottom: 20px;
    padding: 10px;
}
.component_ad #brand_title_box h1
{
	font-size: 33px !important;
    font-weight: bold;
	color: #89623b;
	text-transform: uppercase;
}
.component_ad #brand_title_box .row
{
	text-align: justify;
}
.component_ad #brand_title_box .row #logo
{
    display: flex;
	align-items: center;
    justify-content: center;
}
@media(min-width: 768px)
{
	.component_ad #brand_title_box .row #logo
	{
		margin-top: -48px;
	}
}
.component_ad #brand_title_box .row #logo img
{
	max-width: 100%;
}