.ta-solutions-domes-graphic .wrapper {
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.ta-solutions-domes-graphic .inner {
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  margin-bottom: 0;
}

@media (max-width: 1180px) {
  .ta-solutions-domes-graphic .inner {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.ta-solutions-domes-graphic .inner .each {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  width: 16%;
  overflow: visible;
}

@media (max-width: 1200px) {
  .ta-solutions-domes-graphic .inner .each {
    width: 25%;
    margin-bottom: 2em;
  }
}
@media (max-width: 600px) {
  .ta-solutions-domes-graphic .inner .each {
    width: 150px;
    margin-bottom: 0;
  }
}
.ta-solutions-domes-graphic .inner .each:hover {
  opacity: 1 !important;
}

.ta-solutions-domes-graphic .inner .each:hover > img {
  filter: drop-shadow(0 0 7px rgba(246, 191, 36, 0.7)) drop-shadow(0 0 7px rgba(246, 191, 36, 0.9)) drop-shadow(0 0 7px rgba(246, 191, 36, 0.9));
}

.ta-solutions-domes-graphic .inner .each:nth-of-type(even) {
  margin-top: 1.5em;
}

@media (max-width: 600px) {
  .ta-solutions-domes-graphic .inner .each:nth-of-type(even) {
    margin-top: 0;
  }
}
.ta-solutions-domes-graphic .inner .each:nth-of-type(odd) img {
  margin-bottom: 2em;
}

.ta-solutions-domes-graphic .inner .each img {
  width: 100%;
  transition: filter 0.3s ease;
}

@media (max-width: 600px) {
  .ta-solutions-domes-graphic .inner .each img {
    margin-bottom: 1em !important;
  }
}
.ta-solutions-domes-graphic .inner .each p.label {
  color: #302256;
  text-align: center;
  font-size: clamp(1rem, 1.75vw, 1.325em);
  font-family: "Arial Narrow", sans-serif;
  line-height: 1.2;
  z-index: 1;
}

@media (max-width: 600px) {
  .ta-solutions-domes-graphic .inner .each p.label {
    order: 2;
  }
}
.ta-solutions-domes-graphic h3 {
  text-align: center;
}

/* ==================================
Modal Windows
=================================== */
.ta-solutions-domes-popup {
  position: relative;
  display: flex;
  flex-direction: row;
  width: min(90%, 1400px);
  padding: 6em 5em !important;
  gap: 4em;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #000;
  border-radius: 1em;
}
@media (max-width: 800px) {
  .ta-solutions-domes-popup {
    gap: 2em;
  }
}
@media (max-width: 600px) {
  .ta-solutions-domes-popup {
    padding: 2em !important;
    flex-direction: column;
  }
}

.ta-solutions-domes-popup .icon {
  width: 25%;
}
@media (max-width: 600px) {
  .ta-solutions-domes-popup .icon {
    margin: 0 auto;
    width: 50%;
  }
}

.ta-solutions-domes-popup .icon img {
  width: 100%;
}

.ta-solutions-domes-popup .copy {
  width: 75%;
}
@media (max-width: 600px) {
  .ta-solutions-domes-popup .copy {
    width: 100%;
  }
  .ta-solutions-domes-popup .copy h3 {
    text-align: center;
  }
}

.shimmery-btn-block-container {
  margin-top: 3em;
}

.ta-solutions-domes-popup .f-button.is-close-btn {
  --f-button-svg-stroke-width: 1;
  position: absolute;
  width: 3em !important;
  height: 3em !important;
  top: 2em !important;
  right: 2em !important;
  border: 1px solid #c1c1c1 !important;
  z-index: 40;
}

.ta-solutions-domes-popup .f-button {
  background: #fff !important;
  color: #c1c1c1 !important;
  width: 2em !important;
  height: 2em !important;
}
