@charset "utf-8";

.burger { display: none; }

.serviceLogo__logoGroupElements img { max-width: 256px; width: 100%; }

@media (max-width: 600px) {
  .burger { top: 17px; left: 10px; display: block; position: absolute; }
}

.serviceLogo__logoGroupElements img { height: 28px; }

.serviceLogo__logoGroupElements { justify-content: center; }
