#explore-section,
#money-section,
#how-it-works-section,
#support-section {
  /* background-image: url(https://uploads-ssl.webflow.com/5f44403cc49d844634c00319/5f44c1ae7acfa74ba96ef1ae_WORLD%20MAPpng.png); */
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding: 80px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: fixed;
}

#support-section {
  background-color: var(--secondary-color);
  background-image: none;
}

.txo-card {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* .txo-card h3 {
  min-height: 84px;
} */

.txo-card-img {
  aspect-ratio: 3/2;
  object-fit: contain;
  height: 200px;
  filter: drop-shadow(0px 0px 2px #00000050)
}

.dots-line {
  border-bottom: 3px dashed var(--dark-color);
  position: absolute;
  top: 22%;
  right: 0;
  z-index: 2;
  width: 100px;
  height: 1px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transform: translateX(50%);
}

@media (max-width: 768px) {

  #explore-section,
  #money-section,
  #how-it-works-section,
  #support-section {
    height: auto;
    padding: 40px 0;
  }

  .txo-card h3 {
    min-height: auto;
  }

  .txo-card-img {
    min-height: 200px;
    height: 200px;
  }
}

@media (max-width: 576px) {

  .txo-card-img {
    min-height: 150px;
    height: 150px;
  }
}