.careersFinance {
  margin-top: 50px !important;
}
section h2 {
  margin-bottom: 40px !important;
}
.careersFinance ul li {
  font-size: 18px;
}
.careersFinance ul li {
  transition: all 0.2s ease-out;
}
.studentCard h3 {
  font-size: 52px;
  padding-bottom: 30px;
  /* border-bottom: 2px solid black; */
}
.studentCard h3:after {
  content: "";
  position: absolute;
  background: #000;
  top: 176px;
  left: 15px;
  z-index: 100;
  width: 50%;
  height: 2px;
}
.studentCard li {
  list-style: none;
  border-bottom: 1px solid;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  display: flex;
}

.studentCard li:before {
  content: "";
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  position: relative;
  top: 6px;
  left: -30px;
  background: transparent;
  border: 2px solid #000;
}

span {
  font-weight: 400;
}

li p {
  width: 96%;
}

.pdfBtn .btn {
  background: #bb90f7;
  color: #fff;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.pdfBtn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1600px) {
  .studentCard h3:after {
    top: 230px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .studentCard h3:after {
    top: 145px;
  }
  .financeTile .row {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .footerOuter .container {
    width: unset;
  }
}
@media (max-width: 600px) {
  .studentCard h3 {
    font-size: 35px;
  }
  .studentCard h3:after {
    top: 145px;
  }
  .financeTile .financeIndiv {
    margin: 20px 20px;
  }
  .container_wrapper.sf_cols {
    margin-bottom: 70px;
  }
}
