.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  transition: all 1s ease;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 300px;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
  transition: all 1s ease;
}
.timeline-circle {
  height: 25px;
  width: 25px;
  background-color: var(--orange);
  border-radius: 50%;
  display: inline-block;
  z-index: 5;
}
.veterans-stats {
  gap: 32px;
  padding: 32px;
}

/* 1251 px or larger */
@media (min-width: 1251px) {
  .veterans-stats {
    padding: 100px;
  }
  #sectionThree .default-img {
    height: 40vh !important;
  }
  .spotlight-img {
    height: 80vh;
  }
  .senses-bottom,
  .senses-top {
    margin: 24px 0;
  }
}
/* 1250 px or smaller */
@media (max-width: 1250px) {
  #sectionOne {
    margin-top: 7rem !important;
    flex-direction: column;
  }
  .navigating-new-horizons {
    flex-direction: column !important;
  }
  #sectionTwo .grid7525 {
    grid-template-columns: 1fr;
  }
  #sectionThree {
    flex-direction: column;
  }
  #sectionThree .w-50,
  #sectionSix .w-50 {
    width: 100% !important;
  }
  .spotlight-img {
    min-height: 30vh;
    height: 100%;
  }
  #sectionSix {
    flex-direction: column;
  }
  .senses-bottom {
    margin-top: 0;
  }
  .senses-top {
    padding-top: 16px !important;
    margin-bottom: 0;
  }
  .stat-row {
    flex-direction: column;
    align-items: center;
  }
  #sectionSeven .w-80 {
    width: 100% !important;
    padding: 0 24px;
  }
}
