.quick-facts {
  margin: 20px 0;
}
.quick-facts .blue-row h2 {
  margin: 0 auto 30px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #ffffff;
  background-color: #006b9d;
}
.quick-facts .blue-row h4 {
  font-weight: 700;
}
.quick-facts .quick-facts-banner-item {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 25px 0px;
  color: #494949;
  background-color: #b3d32a;
  border-left: 5px solid #618904;
}
.quick-facts .quick-facts-highlights {
  display: grid;
  column-gap: 1rem;
  row-gap: 10px;
}
.quick-facts .quick-facts-highlights.quick-facts-highlights--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.quick-facts .quick-facts-highlights.quick-facts-highlights--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.quick-facts .quick-facts-banner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  row-gap: 0;
}
.quick-facts h3 {
  padding: 0 !important;
  margin: 0 !important;
}
.quick-facts .apply-now.desktop a {
  display: block;
  padding-left: 10px;
  border-left: 3px solid #043b62;
}
.quick-facts .quick-facts-banner-item:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 6px;
}
.quick-facts .quick-facts-banner-item:first-of-type > h3:nth-child(-n + 2) {
  white-space: nowrap;
}
.quick-facts .quick-facts-banner-item:first-of-type .apply-now.desktop {
  display: block;
  text-align: left;
}
.quick-facts .quick-facts-banner-item:first-of-type .apply-now.desktop a {
  display: block;
}
@media (max-width: 1190px) {
  .quick-facts .quick-facts-banner-item:first-of-type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    row-gap: 6px;
    padding: 12px;
  }
  .quick-facts .quick-facts-banner-item:first-of-type > h3:first-child {
    white-space: nowrap;
    line-height: 1.2;
  }
  .quick-facts .quick-facts-banner-item:first-of-type .apply-now.desktop {
    flex-basis: 100%;
    text-align: center;
  }
  .quick-facts .quick-facts-banner-item:first-of-type .apply-now.desktop a {
    display: inline-block;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 1024px) {
  .quick-facts .quick-facts-highlights.quick-facts-highlights--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 815px) {
  .quick-facts .quick-facts-banner {
    grid-template-columns: 1fr;
    row-gap: 0px;
  }
  .quick-facts .quick-facts-banner-item {
    flex-direction: row;
  }
  .quick-facts .quick-facts-banner-item:last-of-type {
    background-color: #ffffff;
    border-left: 0px;
    padding: 10px 0px;
  }
  /* .blue-row .col > .kt-inside-inner-col {
		display:flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	} */
  .quick-facts .blue-row h2 {
    padding: 10px 0 !important;
    width: 100%;
    margin: 0 !important;
  }
  .quick-facts .blue-row h4 {
    margin: 0 !important;
    /* text-align: left; */
    font-size: 16px;
  }
  .quick-facts .quick-facts-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 10px;
    column-gap: 0.1rem;
    min-height: unset;
  }
  .quick-facts .blue-row {
    margin-bottom: 10px;
  }
  .suo-page-banner .suo-page-title {
    padding-top: 1rem;
  }
}
@media (max-width: 660px) {
  .quick-facts .quick-facts-highlights {
    grid-template-columns: 1fr;
  }
  .quick-facts .quick-facts-highlights.quick-facts-highlights--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quick-facts .blue-row h2 {
    font-size: 18px;
    padding: 5px 0 !important;
    /* width:75px; */
  }
  .quick-facts .blue-row h4 {
    font-size: 16px;
  }
  .prog-content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .quick-facts .green-row h3 {
    font-size: 18px !important;
  }
  .mobile-rfi-apply .mobile-rfi-button a {
    padding: 10px 15px !important;
    font-size: 18px;
  }
  .quick-facts .blue-row h4 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 3px !important;
  }
}
