.markets-selection .row div {
  flex-basis: 100%;
  align-items: center;
  padding: 0;
  justify-content: center;
}
.markets-selection .row .grid-items {
  padding: 0px 20px;
}
@media (min-width: 767px) {
  .markets-selection .row .grid-items > div {
    flex-basis: 23%;
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  .markets-selection .row .grid-items > div {
    flex-basis: 33%;
  }
}

.markets-selection h3 {
  font-family: "Chance-Bold" !important;
}

.markets-selection .img-market-background img {
  object-fit: cover;
}
.markets-selection .market-item {
  height: 220px;
}
.markets-selection .market-item .overlay {
  background-color: rgba(4, 4, 88, 0.6);
  cursor: pointer;
  transition: 0.3s ease all;
}
.markets-selection .market-item .overlay:hover {
  background-color: rgba(0, 143, 238, 0.7);
}
