h1 {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
h1 span {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #6074E6;
}

h2 {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
h2 span {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #6074E6;
}

p {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.3px;
  color: #111827;
}
p strong {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.3px;
  color: #111827;
}

.bg-darkblue {
  background: #091650;
}

.bg-blue {
  background: #F6F5F9;
}

.text-blue {
  color: #091650;
}

.pgdm-eligibility {
  border-radius: 1rem;
  /* icon styling */
}
.pgdm-eligibility .card-body {
  padding: 2rem;
}
.pgdm-eligibility ul li {
  font-size: 1rem;
  line-height: 1.5;
}
.pgdm-eligibility__icon {
  display: flex;
  align-items: center;
}
.pgdm-eligibility__icon svg {
  width: 20px;
  height: 20px;
  stroke: #6074E6;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pgdm-eligibility__icon svg rect {
  stroke: #6074E6;
}
.pgdm-eligibility__icon svg path {
  stroke: #6074E6;
}

.pgdm-admission-step {
  background-color: #ECEFFE;
  border-radius: 1.25rem;
  border: 1px solid #6074E6;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}
.pgdm-admission-step.step1:before {
  content: url("../img/icon1.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.pgdm-admission-step.step2:before {
  content: url("../img/icon2.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.pgdm-admission-step.step3:before {
  content: url("../img/icon3.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.pgdm-admission-step.step4:before {
  content: url("../img/icon4.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.pgdm-admission-step.step5:before {
  content: url("../img/icon5.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}
.pgdm-admission-step.step6:before {
  content: url("../img/icon6.svg");
  position: relative;
  margin: 0 auto;
  margin-top: -18px;
}

.reasons {
  background: url(../img/reason.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.reasons-block {
  background: #091650;
}
.reasons li {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.3px;
  color: #fff;
}

.delivery h2 {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 575.98px) {
  .delivery h2 {
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
  }
}

.footer {
  background: #6074E6;
}
.footer p {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.3px;
  color: #fff;
}

.about .heading {
  background: #091650;
}
.about-more {
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 15%, rgb(246, 245, 249) 15%);
}

.placement {
  background: url("../img/base.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-image: cover;
}

.blueband {
  box-shadow: 0px -16px 23.2px 1px rgba(96, 116, 230, 0.15);
}/*# sourceMappingURL=style.css.map */