.page-title, .how-it-works, .methodology, .methods {
  height: auto !important;
  position: relative !important;
  opacity: 1 !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.page-title {
  top: -5rem;
/*  background-image: url('../img/Invest.png');*/
  min-height: 110vh;
}

.my-story {
  top: -5rem;
/*  background-image: url('../img/Story.png');*/
  min-height: 110vh;
}

.borrow {
  top: -5rem;
/*  background-image: url('../img/Borrow.png');*/
  min-height: 110vh;
}

.methodology {
  top: -5rem;
/*  background-image: url('../img/Methodology.png');*/
  min-height: 110vh;
}

.methods {
/*  background-image: url('../img/find_my_story.jpg');*/
  min-height: 110vh;
  box-shadow: 0 8px 6px -6px lightgrey;
}

.how-it-works {
/*  background-image: url('../img/Borrow_How_it_Works.jpg');*/
  min-height: 38em;
  color: white;
}

.story-carousel {
  min-height: 30em;
}

/* .main-text {
  color: white;
  text-align: center;
  letter-spacing: 7px;
  font-size: 6vw;
  margin: 3em 0 4rem 0;
} */

.page-description {
  margin-bottom: 5rem;
  /* min-height: 50vh; */
}

.huge-text{
  font-size: 2.2em;
  font-weight: 800;
  text-align: center;
  color: white;
  letter-spacing: 1.6px;
  line-height: 1.3em;
  padding: 1rem
}

.register-title {
  /* background-color: rgb(34, 112, 184); */
}

.black-background {
  /* min-height: 20em; */
  background-color: black;
  color:white;
  min-height:50vh;
}

.benefits {
  /* background-image: url('../img/blue-bg.png'); */
  background-color: black;
  min-height: 20em;
  color: white;
  margin: 4rem 0;
}



/* .page-description .small-text {
  letter-spacing: 1px;
  line-height: 1.3em;
  font-weight: 300;
  text-align: justify;
  font-size: 17px;
} */

.types-of-loans {
  min-height: 20em;
}

.tab-head {
  color: indigo;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 3.2em !important;
}

.tabs {
  height: 60px;
}

.start-investing .title {
  color: indigo !important;
  font-weight: 400;
}
