.brands-logo{
    width: 15rem;
}
.sub-image{
    width: 7rem;
}
.separator{
    border: 2px solid #940000;
}

@media only screen and (max-width: 600px){
    .top-left {
      top: 2em !important;
      left: 1.8em !important;
    }
  }
  
  @media only screen and (min-width: 600px) and (max-width: 1200px){
    .top-left {
      top: 5em !important;
      left: 2.8em !important;
    }
  }