.screening-cal-card {
  max-width: 400px;
  min-width: 340px;
  border: 1px solid rgba(9, 9, 9, 0.1);
  padding: 30px 40px;;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0 0 10px 2px #0000000f;
  font-family: "Open Sans", Sans-serif;
  margin: 15px 0;
}
.screening-cal-card:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.screening-cal-card h2 {
  color: #003c4d;
  font-family: "Open Sans", Sans-serif;
  font-size: 35px;
  font-weight: 900;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  line-height: 42px;
}
.screening-cal-card .selected-position {
  color: #6bc04b;
  font-size: 28px;
  font-weight: 900;
  border-bottom: 1px solid rgba(9, 9, 9, 0.04);
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 42px;
  word-wrap: break-word;
}

.screening-cal-card ul {
  padding: 0;
  list-style: none;
}
.screening-cal-card ul li {
  padding: 10px 0px;
  font-size: 14px;
  color: #6d6d6d;
  border-bottom: 1px solid rgba(9, 9, 9, 0.04);
  display: flex;
  align-items: center;
  gap: 8px;
}
.screening-cal-card ul li:nth-last-child(1) {
  border: none;
}
.screening-cal-card .get-started-screening {
  padding: 12px 44px;
  background: #6bc04b;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid #6bc04b;
  width: 100%;
  font-family: "Open Sans", Sans-serif;
}
.screening-cal-card .get-started-screening:hover {
  background-color: #003c4d;
  border-color: #003c4d;
  cursor: pointer;
}
.gap-3 {
  gap: 1rem !important;
}
.justify-content-center {
  justify-content: center !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.d-flex {
  display: flex !important;
}

#view-recommendations-btn:hover{
  transform: scale(1.1);
}
