/* IDE IRUNK SAJÁT FORMÁZÁST */
.footer-barion-logo {
  margin-top: 20px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.buytime-footer-logo img {

  width: 200px;
  

}

.footer-demo {
  min-width: 400px;
  text-align: right;
}

.app-download-buttons {
  margin-top: 30px;
}

.app-store-btn {
  display: inline-block;
  margin: 0 10px;
  transition: all 0.3s ease;
  background: transparent !important;
}

.app-store-btn:hover {
  transform: translateY(-3px);
}

.app-store-btn img {
  height: 120px;
  width: auto;
  display: block;
  background: transparent !important;
}

@media (max-width: 768px) {
  .app-store-btn {
    margin: 10px 5px;
  }

  .app-store-btn img {
    height: 80px;
  }

  .brand-title h3 {
    font-size: 24px;
  }

  .brand-title h6 {
    font-size: 14px;
  }

  .footer-demo {
  min-width: 400px;
  text-align: left;
}
}