.aim {
  margin: 0 !important;
  padding: 2rem;
}
.aim:nth-child(even) {
  background: #eaedf4;
}
.aim + *:not(.aim) {
  margin-top: var(--wp--preset--spacing--normal);
}
.aim h3 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 500;
}
.aim p:last-child {
  margin-bottom: 0;
}
.aim__btn {
  color: #0D70BA;
}
.aim__btn:hover {
  color: #0F213E;
}
@media (min-width: 782px) {
  .aim {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .aim > div {
    width: calc(50% - 20px);
  }
  .aim h3 {
    margin: 0;
  }
}

h2 + .aim {
  margin-top: 2.5rem !important;
}/*# sourceMappingURL=block-aim.css.map */