.custom-logo-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0px;
}

.custom-logo__block {
  height: fit-content;
  line-height: 0;
  padding: 10px;
}

.top-line {
  border-top: 1px solid rgba(53, 53, 53, 0.5);
}
