.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

.top-promo-3-container {
  background-position: 0 -250px !important;
  background-size: auto !important;
}


@media only screen and (max-width: 820px) {
  .top-promo-3-container {
    background-position: 0 -70% !important;
  }
}

.promo3 {
  background:#061f44; 
  border-radius: 1rem !important;
  border: 1px solid #525359;
}

.titles h1 {
  font-size: clamp(2rem,3vw,3.5rem);
}

