/* Pasta Bloc clean white logo */
.brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:260px !important;
  height:76px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  overflow:visible !important;
}

.brand::before,
.brand::after{
  content:none !important;
  display:none !important;
}

.brand-logo{
  display:block !important;
  width:230px !important;
  height:auto !important;
  max-width:none !important;
  max-height:68px !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:none !important;
  filter:none !important;
  border:0 !important;
  padding:0 !important;
  margin:0 !important;
}

@media (max-width:1100px){
  .brand{width:220px !important;}
  .brand-logo{width:195px !important;max-height:62px !important;}
}

@media (max-width:820px){
  .brand{width:185px !important;height:62px !important;}
  .brand-logo{width:165px !important;max-height:54px !important;}
}

@media (max-width:560px){
  .brand{width:155px !important;height:56px !important;}
  .brand-logo{width:140px !important;max-height:48px !important;}
}
