.filter-expertise::after {
    position: absolute;
    content: '';
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 10, 0.30);
}

.custom-btn {
  font-family: var(--wp--preset--font-family--special-gothic-expanded-one);
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 6px;
  color: #FEFDFF;
  background: #635596;
  transition: all 0.3s ease-out;
}

.custom-btn:hover {
  background: #50447A;
}

