.banner-para {
  max-width: 500px;
}
.welcome-ps p span {
  font-weight: 600;
  font-size: 24px;
  color: #fe1c21;
}
ul.choose-list li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  color: #5e5e5e;
  font-weight: 500;
  font-size: 18px;
}
ul.choose-list li:before {
  position: absolute;
  content: "";
  background-image: url(../images/landing/choose-list.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: -35px;
}
.scholars-box {
  position: relative;
  margin-bottom: 30px;
}

h3.text-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 330px;
}
section.make-scholars,
section.powered-by,
section.doc-need {
  padding: 80px 0;
}
.doc-need-card h3,
h3.text-overlay {
  color: #fff;
  font-size: 28px;
}
section.doc-need h3.doc-need-card {
  font-weight: 600;
  margin-top: 10px;
  height: 70px;
  align-content: center;
}
section.doc-need {
  background: url(../images/study-loans/doc-need-bg.png) no-repeat center center;
  background-size: cover;
}
.doc-need-card {
  margin-bottom: 30px;
}
.contact-cta {
  background: #fff3f3;
  padding: 50px 50px 0;
}
.whats-app-btn a {
  color: #505050;
  font-weight: 700;
  border: 1px solid #292929;
  padding: 13px;
  display: inline-block;
  text-align: center;
}
.contact-bts a {
  width: 340px;
}
section.get-in-touch {
  padding-bottom: 90px;
}
.get-in-touch p {
  font-size: 28px;
}
section.powered-by .section-head p {
  max-width: 780px;
  margin: 0 auto 20px;
}
section.powered-by .row {
  max-width: 1000px;
  margin: 0 auto;
}
.partner-block {
  box-shadow: 0px 0px 22.5px 0px #0000001a;
  background-color: #fff;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: clamp(15px, 5vw, 30px);
}
.partner-block h3 {
  margin-bottom: 0;
  max-width: 300px;
  font-size: 24px;
}
