:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.aim {
  margin: 0 !important;
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  border-radius: 5px;
}
.aim:nth-child(even) {
  background: #fff;
}
.aim + *:not(.aim) {
  margin-top: var(--wp--preset--spacing--normal);
}
.aim h3 {
  font-size: var(--wp--preset--font-size--font-22);
}
.aim p:last-child {
  margin-bottom: 0;
}
.aim__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 500;
  line-height: 1.025;
  letter-spacing: -0.05ch;
  text-align: center;
  text-decoration: none;
  padding: 0.85ch 3rem;
  color: #1A2A6C;
  border: 0.15rem solid #CD136A;
  border-radius: 5rem;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  border: none;
  border-radius: 0;
}
.aim__btn:hover, .aim__btn:active, .aim__btn:focus {
  color: #fff;
  background: #CD136A;
}
.aim__btn:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-20' y='-20' width='78' height='78'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(10px);clip-path:url(%23a);height:100%25;width:100%25'/%3E%3C/foreignObject%3E%3Cpath data-figma-bg-blur-radius='20' d='M19 1.5C9.335 1.5 1.5 9.335 1.5 19S9.335 36.5 19 36.5 36.5 28.665 36.5 19H38c0 10.493-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0s19 8.507 19 19h-1.5c0-9.665-7.835-17.5-17.5-17.5Z' fill='%23CD136A'/%3E%3Cpath d='M17.51 28.406a.75.75 0 0 0 1.002.062l.058-.052 9.017-8.842a.75.75 0 0 0 .003-1.068l-9.018-8.921a.75.75 0 1 0-1.055 1.066l8.476 8.386-8.474 8.309-.052.055a.75.75 0 0 0 .042 1.005Z' fill='%231A2A6C'/%3E%3Cpath d='M26.516 19.793H9.891a.75.75 0 0 1 0-1.5h16.625l.077.003a.75.75 0 0 1 0 1.493l-.077.003Z' fill='%231A2A6C'/%3E%3Cdefs%3E%3CclipPath id='a' transform='translate(20 20)'%3E%3Cpath d='M19 1.5C9.335 1.5 1.5 9.335 1.5 19S9.335 36.5 19 36.5 36.5 28.665 36.5 19H38c0 10.493-8.507 19-19 19S0 29.493 0 19 8.507 0 19 0s19 8.507 19 19h-1.5c0-9.665-7.835-17.5-17.5-17.5Z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transition: margin 0.35s ease-in-out;
}
.aim__btn:hover, .aim__btn:active, .aim__btn:focus {
  color: #000;
  background: transparent;
}
.aim__btn:hover:after, .aim__btn:active:after, .aim__btn:focus:after {
  margin-left: 1.4rem;
}
.aim__btn:after {
  order: -1;
  margin-left: 0;
  margin-right: 1rem;
}
.aim__btn:hover:after, .aim__btn:active:after, .aim__btn:focus:after {
  margin-left: 0;
}
@media (min-width: 782px) {
  .aim {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 4rem 3rem 3.5rem 3rem;
  }
  .aim > div {
    width: calc(50% - 20px);
  }
  .aim h3 {
    margin: 0;
  }
}

h2 + .aim {
  margin-top: 2.5rem !important;
}
