:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
.aim {
  margin: 0 !important;
  padding: 1.8rem 1.8rem 1.5rem 1.8rem;
}
.aim:nth-child(odd) {
  background: #f8f8f8;
}
.aim + h2,
.aim + p {
  margin-top: 2ch;
}
.aim h3 {
  font-family: "Poppins", sans-serif;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  color: #333;
}
.aim p {
  margin: 0;
}
.aim a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(51, 51, 51, 0.3);
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  transition: all 0.25s ease-in-out;
}
.aim a:hover, .aim a:active, .aim a:focus {
  text-decoration-thickness: 0.075rem;
}
@media (min-width: 782px) {
  .aim {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .aim > div {
    flex: 1;
  }
  .aim h3 {
    margin: 0;
  }
}

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