.our-markets ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(48px, 6vw, 96px);
  justify-content: space-around;
}
.our-markets ul li {
  flex: 0 1 calc((97% - 32px) / 3);
  max-width: 480px;
  min-width: 350px;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 765px) {
  .our-markets ul li {
    min-width: 100% !important;
  }
}
.our-markets ul li > .wp-block-group {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.our-markets ul li > .wp-block-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.our-markets ul li:nth-child(3n+1) > .wp-block-group::before {
  background: linear-gradient(90deg, #EAB308 0%, #F97316 100%);
}
.our-markets ul li:nth-child(3n+2) > .wp-block-group::before {
  background: linear-gradient(90deg, #22C55E 0%, #10B981 100%);
}
.our-markets ul li:nth-child(3n+3) > .wp-block-group::before {
  background: linear-gradient(90deg, #3B82F6 0%, #06B6D4 100%);
}

@media (max-width: 1200px) {
  .banner-column {
    gap: 2rem;
  }
}/*# sourceMappingURL=style.css.map */