.navbar-brand img {
  width: 150px;
}

.voucher-title {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding: 20px;
  margin: 0 !important;
  font-size: 22px;
}

.voucher-title span {
  font-size: 14px;
  position: relative;
  top: 5px;
  color: #000000;
}

button.nav-link {
  background-color: #FFFFFF !important;
  color: #002D3B !important;
  font-size: 15px !important;
}

button.nav-link.active {
  background-color: #002D3B !important;
  color: #FFFFFF !important;
}

.btn-amist-brand {
  background-color: #002D3B !important;
  color: #FFFFFF !important;
}

.btn-getvoucher:hover {
  background: rgba(255, 255, 255, 0.3);
}

.voucher-image {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.informer {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media screen and (max-width: 434px) {
  .voucher-title {
    padding: 12px;
    font-size: 20px;
  }

  .voucher-title span {
    display: none;
  }

  .nav-item {
    width: 100% !important;
  }

  button.nav-link {
    width: 97% !important;
  }
}