/*.logo-on-index {
/*  position: fixed;
/*  top: 60px;
/*  right: 80px;
/*  z-index: 1000;
/*}
/*
/*.logo-on-index img {
/*  height: 240px;
/*  opacity: 0.95;
/*  transition: opacity 0.3s ease;
/*}
*/
.logo-on-index {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  margin-right: 1rem;
}

.logo-on-index img {
  max-width: 150px;
  height: auto;
}

@media (max-width: 991px) {
  .logo-on-index {
    justify-content: center;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .logo-on-index img {
    max-width: 100px;
  }
}
