 @media (max-width: 767px){
 .hero .col-md-5.col-12{
 display: none !important;
 } 
 #brokers > .container{
 margin-top: -172px;
}
 }

 .logo-header {
  display: flex;
  align-items: center;
  margin-top: 10px;
 }
 .logo-header svg {
  display: block;
  fill: #ffa400;!important;
  width: 40px;
  height: 40px;
  margin-right: 10px;
 }