.aim {
  margin: 0 !important;
  padding: 2rem;
}
.aim:nth-child(even) {
  background: #f2f2f2;
}
.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-size: var(--wp--preset--font-size--font-18);
  color: white;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  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);
  padding: 1.25rem 2rem;
  border-radius: 60px;
  background: #144e67;
}
.aim__btn:after {
  content: "";
  background-color: #17303F;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url('data:image/svg+xml,<svg data-name="Livello 1" id="Livello_1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><title/><path d="M64,0a64,64,0,1,0,64,64A64.07,64.07,0,0,0,64,0Zm0,122a58,58,0,1,1,58-58A58.07,58.07,0,0,1,64,122Z"/><path d="M58.12,35.88a3,3,0,0,0-4.24,4.24L77.76,64,53.88,87.88a3,3,0,1,0,4.24,4.24l26-26a3,3,0,0,0,0-4.24Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg data-name="Livello 1" id="Livello_1" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"><title/><path d="M64,0a64,64,0,1,0,64,64A64.07,64.07,0,0,0,64,0Zm0,122a58,58,0,1,1,58-58A58.07,58.07,0,0,1,64,122Z"/><path d="M58.12,35.88a3,3,0,0,0-4.24,4.24L77.76,64,53.88,87.88a3,3,0,1,0,4.24,4.24l26-26a3,3,0,0,0,0-4.24Z"/></svg>');
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 22px;
  height: 22px;
  margin: auto;
  margin-left: 10px;
  background-color: #f4c93e;
}
.aim__btn:hover, .aim__btn:active, .aim__btn:focus {
  color: #fff;
  background: #17303F;
  border-color: #17303F;
}
@media (min-width: 782px) {
  .aim {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .aim > div {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
  }
  .aim h3 {
    margin: 0;
  }
}

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