.aim {
  margin: 0 !important;
  padding: 2rem;
}
.aim:nth-child(even) {
  background: rgba(111, 107, 142, 0.2);
}
.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 {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 1ch 2ch;
  color: #fff;
  background: #6F6B8E;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.aim__btn:hover, .aim__btn:active, .aim__btn:focus {
  color: #fff;
  background: #6C9BBF;
}
@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;
}