.bread-bg-9 {
  background-image: url(../images/bread-bg8.jpg);
  width: 100%;
  height: 20vw;
}
main.installment-page {
  padding: 9vw 0;
}
.section-heading .sec__title {
  text-align: center !important;
}
.bread-svg {
  position: absolute;
  bottom: -0.1vw !important;
  left: 0;
  width: 100%;
  height: 30px;
  stroke: none;
  fill: #f8f8f8 !important;
}
.about-area p {
  text-align: right !important;
  font-size: 1.43vw;
  line-height: 4vw;
}
.inst-title {
  text-align: right;
  color: var(--blue2);
  font-weight: 600;
  font-size: 1.8vw !important;
}
@media screen and (max-width: 450px) {
  .bread-bg-9 {
    background-image: url(../images/bread-bg8.jpg);
    width: 100%;
    height: 40vw;
  }
  main.installment-page {
    padding: 19vw 0 !important;
  }
  .section-heading .sec__title {
    text-align: center !important;
  }
  .bread-svg {
    position: absolute;
    bottom: -0.4vw !important;
    left: 0;
    width: 100%;
    height: 30px;
    stroke: none;
    fill: #f8f8f8 !important;
  }
  .about-area p {
    text-align: right !important;
    font-size: 3.95vw;
    line-height: 7.26vw;
  }
}
