.home-essential-section {
  padding: 50px 0px 60px 0px;
  text-align: center;
  top: 10px;
  position: relative;
  clear: both;
  background-color: #fff2e5;
  margin: 40px 0px 40px 0px;
}
.home-essential-section .max-div {
  max-width: 880px;
  margin: 0 auto;
}
.home-essential-section .max-div h3 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.home-essential-section .max-div p {
  font-size: 18px;
  color: #6a6a6a;
  font-weight: 400;
  line-height: 28px;
}
.home-essential-section .max-div .btn-viewmore {
  min-width: 180px;
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin-bottom: 0px;
}
.home-essential-section .max-div .btn-viewmore:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005F60;
  color: #fff !important;
}
.home-essential-section .max-div .btn-viewmore span {
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
}
/*# sourceMappingURL=abi-intro-home-page.css.map */
