.about-style {
  background-color: white;
  height: 74vh;
  padding-top: 23px;
}

/* CUSTOMIZE THE FEATURETTE
-------------------------------------------------- */
hr {
  background-color: gray;
}
.featurette-heading {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05rem;
  margin-bottom: 15px;
  padding: 10px;
  color: #81367f;
}
.featurette-image {
  box-shadow: 7px 7px 25px 1px rgba(0, 0, 0, 0.5);
  width: auto;
  max-height: 402px;
  margin-top: 5px;
  border-radius: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col-md-7 {
  padding-left: 30px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-height: 900px) {
  .lead {
    font-size: 1.2rem;
  }
}
@media (max-height: 880px) {
  .about-style {
    height: 73vh;
  }
}
@media (max-height: 880px) {
  .lead-text {
    margin-top: -20px;
  }
}

@media (max-height: 830px) {
  .about-style {
    height: 72vh;
  }
}
@media (max-height: 800px) {
  .lead-text {
    margin-top: -52px;
  }
  .featurette-image {
    max-width: 400px;
  }
  .about-style {
    height: 70vh;
  }
}
@media (max-height: 750px) {
  .lead {
    font-size: 1.1rem;
  }
  .featurette-image {
    max-width: 350px;
  }
  .about-style {
    height: 67vh;
  }
}
@media (max-height: 700px) {
  .lead {
    font-size: 1rem;
  }
  .featurette-image {
    max-width: 300px;
  }
  .about-style {
    height: 67vh;
  }
}
@media (max-height: 680px) {
  .lead-text {
    margin-top: -80px;
  }
}
@media (max-height: 650px) {
  .featurette-image {
    width: 280px;
  }
}
@media (max-height: 636px) {
  .about-style {
    height: unset;
  }
}

@media (max-width: 1200px) {
  .featurette-image {
    max-width: 275px;
  }
}

@media (max-width: 992px) {
  .featurette-heading {
    font-size: 50px;
  }
  .lead-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about-style {
    height: unset;
  }
}

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 47px;
  }
}
@media (max-width: 768px) {
  .featurette-image {
    box-shadow: none;
    margin-bottom: 10px;
    width: 300px;
  }
  .col-md-7 {
    padding-left: 15px;
  }
  .about-style {
    padding-top: 30px;
    padding-bottom: 44px;
  }
  .featurette-heading {
    margin-bottom: 30px;
  }
}
