: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: 2rem;
}
.aim:nth-child(even) {
  background: #2B2A31;
}
.aim + *:not(.aim) {
  margin-top: var(--wp--preset--spacing--normal);
}
.aim h3 {
  font-size: var(--wp--preset--font-size--font-24);
  font-weight: 600;
}
.aim p {
  color: #ECECEC;
}
.aim p:last-child {
  margin-bottom: 0;
}
.aim__btn {
  display: block;
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--font-18);
  padding: 0 0 0 22px;
  color: #fff;
  position: relative;
  transition: padding 0.35s ease-in-out;
}
.aim__btn:before {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background: #92712E;
  mask: url("data:image/svg+xml,%3Csvg role='img' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath stroke='%2392712E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.75.75 5.078 4.978L.75 10.75M6.828.75l5.077 4.978-5.077 5.022'%3E%3C/path%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 0;
  transition: background 0.35s ease-in-out;
}
.aim__btn[href$=".pdf"]:before {
  height: 19px;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='19' fill='none' aria-hidden='true'%3E%3Cpath stroke='%2392712E' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7.279 14.501 6.471-6.6m-6.471 6.6L.75 7.901m6.529 6.6V.75M.75 17.654h13'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  top: 4px;
}
.aim__btn:hover {
  padding-left: 26px;
}
@media (min-width: 782px) {
  .aim {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 3rem;
  }
  .aim > div {
    width: calc(50% - 20px);
  }
  .aim h3 {
    font-size: var(--wp--preset--font-size--font-21);
    margin: 0;
  }
}

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