@media (min-width: 1200px) {
  .merchant-container {
    width: 970px;
  }
}
.merchant-logo-container {
  height: 230px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.merchant-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.merchant-button {
  width: 100%;
  height: 100%;     
  padding: 0;       
  background-color: white;
  border: none;
}
.merchant-logo:hover {
  box-shadow: 0 0 20px 5px rgba(33, 33, 33, 0.2);
}
.merchant-button {
  margin-bottom: 0px;
  border: none;
}
.merchant-button:focus {
  outline: none;
}
.merchant-info {
  max-width: 300px;
  max-height: 300px;
}
.modal-body {
  font-size: 16px;
}
.modal-img {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#merchants i {
  color: var(--orange-one);
}
