.hcp-patient-splitter-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 3;
  background: #2D2D32;
  top: 0;
  z-index: 9;
  padding: 132px 250px;
  display: flex;
  justify-content: center;
  justify-content: center;
  align-items: center;
}
.hcp-patient-splitter {
  background: #FFF;
  padding: 120px 243px;
  max-width: 940px;
}
.hcp-patient-splitter h2 {
  color: #000;
  text-align: center;
  font-family: "Graphie, sans-serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 40px;
}
.hcp-patient-splitter-container {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}
.hcp-patient-splitter-container img{
  margin-top: 20px;
}
.hcp-patient-splitter-card {
  border: 3px solid transparent;
  transition: all 0.25s ease-in-out;
}
.hcp-patient-splitter-card:hover {
  border-color:  #21251F;
}
.hcp-patient-splitter-container a {
  border: 1px solid #21251F;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: 207px;
}
.hcp-patient-splitter-container a h4{
  font-family: "Graphie, sans-serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 8px 20px 20px;
  margin: 0;
}
@media (max-width: 990px) {
  .hcp-patient-splitter-wrapper {
    padding: 55px 20px;
    height: auto;
  }
  .hcp-patient-splitter-container {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
  .hcp-patient-splitter {
    height: calc(100% - 160px);
    padding: 80px 20px;

  }
  .hcp-patient-splitter-container a {
    width: calc(100% - 80px);
    margin: 0 44px;
  }
}
