/* Clases neutras para Honduras: equivalen a la sección intermedia de la plantilla Webflow base. */
.epspe-hn-section.main-content-section-box.top-level {
  display: block;
  position: relative;
  overflow: hidden;
}

.banking-epspe-globe {
  aspect-ratio: 1;
  background-color: #e8e8e8;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50%;
  height: 80%;
  margin: auto auto auto 6%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.epspe-iconography.specialty-iconograph {
  background-image: url("../images/Asset-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21%;
  height: 25%;
  position: absolute;
  top: 68.2%;
  bottom: 68.2%;
  left: 2.3%;
}

@media screen and (max-width: 991px) {
  .epspe-hn-section.main-content-section-box.top-level {
    overflow: hidden;
  }

  .banking-epspe-globe {
    background-image: none;
  }
}
