: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: rgba(20, 9, 62, 0.05);
}
.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-21);
  font-weight: 500;
  color: #000;
}
.aim p:last-child {
  margin-bottom: 0;
}
.aim__btn {
  min-height: 44px;
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  font-size: var(--wp--preset--font-size--font-17);
  font-weight: 600;
  padding-left: 60px;
  color: #101010;
  position: relative;
  transition: color 0.35s ease-in-out;
}
.aim__btn:before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: #101010;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' fill='none'%3E%3Crect width='43' height='43' x='.5' y='.785' stroke='%23372A66' rx='21.5'/%3E%3Cpath stroke='%232E2A4D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m23.249 30.672 8.517-8.35-8.517-8.424'/%3E%3Cpath stroke='%232E2A4D' stroke-linecap='round' stroke-width='1.5' d='M31.11 22.336H11.233'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.35s ease-in-out;
}
.aim__btn[href$=".pdf"]:before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' fill='none'%3E%3Crect width='43' height='43' x='.5' y='.785' stroke='%23372A66' rx='21.5'/%3E%3Cpath stroke='%23372A66' stroke-linejoin='round' stroke-width='1.2' d='m17.612 11.315-4.388 4.388v17.552h17.552v-21.94H17.612Z'/%3E%3Cpath stroke='%23372A66' stroke-linejoin='round' stroke-width='1.2' d='M17.889 11.315v4.665h-4.665M16.497 18.916V29.8h11.662'/%3E%3Cpath stroke='%23372A66' stroke-linejoin='round' stroke-width='1.2' d='m16.497 29.697 5.442-5.442 2.332 2.332L28.16 22.7'/%3E%3C/svg%3E");
}
.aim__btn:hover {
  color: #B11226;
}
.aim__btn:hover:before {
  background: #44307C;
}
@media (min-width: 782px) {
  .aim {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 3rem;
  }
  .aim > div {
    width: calc(50% - 20px);
  }
  .aim h3 {
    margin: 0;
  }
}

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