.statistic-cards {
  padding: 123px 0;
  background-image: url('https://21560746.fs1.hubspotusercontent-na1.net/hubfs/21560746/key-stats-middle-line.svg'), url('https://21560746.fs1.hubspotusercontent-na1.net/hubfs/21560746/3-dots-right-of-image.svg'), url('https://21560746.fs1.hubspotusercontent-na1.net/hubfs/21560746/key-stats-2-dots.svg');
  background-repeat: no-repeat;
  background-size: auto, 8%, 8%;
  background-position: bottom -150% left 57%,bottom 10% right 14%,top 30% left 25%;
}

.statistic-cards .stat-cards {
  display: flex;
  column-gap: 34px;
}

.statistic-cards .section-title h2 {
  margin-bottom: 56px;
  text-align: center;
}

.statistic-cards .stat-cards .stat-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #0000001A;
  border-radius: 12px;
  padding: 73px 20px 52px;
  flex:1;
  text-align: center;
}

.statistic-cards .stat-cards .stat-card h3 {
  font-size: 49px;
  line-height: 58px;
  letter-spacing: -1.23px;
  color: #003087;
}

.statistic-cards .stat-cards .stat-card p {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.25px;
  color: #33599F;
}

@media only screen and (max-width: 990px) {
  .statistic-cards {
    background-size: auto, 20%, 20%;
    background-position: center, top 32% right 0, bottom 32% left 0;
  }
  .statistic-cards .stat-cards {
    flex-wrap: wrap;
  }
  .statistic-cards .stat-cards .stat-card {
    width: 100%;
    flex: auto;
    margin-bottom: 35px;
}