.careers-table + p {
  margin-top: 4rem;
}

.careers-grid {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  flex-wrap: wrap;
}
.careers-grid h3 {
  color: var(--wp--preset--color--dark-green);
  font-size: var(--wp--preset--font-size--18);
  font-weight: 700;
  margin: 0;
}
.careers-grid .careers-header {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
  align-items: center;
  justify-content: space-between;
}
.careers-grid .careers-header div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.careers-grid .careers-header div h3 {
  margin: 0 0 0 2rem;
}
.careers-grid .careers-header .btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--18);
  font-weight: 500;
  line-height: 1.05;
  text-decoration: none;
  padding: 1.2rem 2rem;
  border-radius: 0;
  color: white;
  background: var(--wp--preset--color--primary);
  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);
}
.careers-grid .careers-header .btn:after {
  content: "";
  background-color: white;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" fill="none" viewBox="0 0 24 24"><path stroke="%231c274c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12h2.5M20 12l-6-6m6 6-6 6m6-6H9.5"/></svg>');
          mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" fill="none" viewBox="0 0 24 24"><path stroke="%231c274c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 12h2.5M20 12l-6-6m6 6-6 6m6-6H9.5"/></svg>');
  width: 26px;
  height: 28px;
  margin-left: 8px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.careers-grid .careers-header .btn:hover, .careers-grid .careers-header .btn:active, .careers-grid .careers-header .btn:focus {
  background: var(--wp--preset--color--blue);
  color: white;
}
.careers-grid .careers-header .btn:hover:before, .careers-grid .careers-header .btn:active:before, .careers-grid .careers-header .btn:focus:before {
  background-color: var(--wp--preset--color--primary);
}
.careers-grid .careers-header .btn {
  max-height: 45px;
}
.careers-grid .careers-card {
  width: calc(50% - 1.5rem);
  padding: 3rem;
  background-color: #fcfcfc;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.6rem;
}/*# sourceMappingURL=block-careers.css.map */