/* custom css */
body > div:nth-child(odd) > section {
  background: #2a303b;
}

.logo-img-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=custom.css.map */