.wp-block-acf-stats-card {
  position: relative;
}
.wp-block-acf-stats-card .section-card {
  max-width: 1600px;
  border-radius: 25px;
  background-color: white;
  flex-direction: column;
  padding: 25px;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .wp-block-acf-stats-card .section-card {
    padding: 45px 25px !important;
    position: absolute;
    gap: 0px;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 20px rgba(16, 33, 76, 0.1490196078);
    flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  .wp-block-acf-stats-card .section-card {
    padding: 25px 125px;
  }
}
.wp-block-acf-stats-card .section-card .numbers {
  font-weight: 700;
  font-size: 30px;
  color: #10214C;
}
@media screen and (min-width: 768px) {
  .wp-block-acf-stats-card .section-card .numbers {
    font-size: 64px;
    line-height: 72px;
  }
}
.wp-block-acf-stats-card .section-card .subtitle {
  font-weight: 700;
  font-size: 30px;
  color: #E5AE2B;
}
@media screen and (min-width: 768px) {
  .wp-block-acf-stats-card .section-card .subtitle {
    font-size: 36px;
  }
}
.wp-block-acf-stats-card .section-card .content {
  font-weight: 700;
  font-size: 18px;
  color: #10214C;
}
.wp-block-acf-stats-card .flex-item {
  position: relative;
  padding: 0 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wp-block-acf-stats-card .flex-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(to bottom, #ccc, #ccc 4px, transparent 4px, transparent 8px);
  }
}
