@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap);
body p {
  font-size: 1.1rem;
  letter-spacing: 1px;
  line-height: 30px;
}
body section {
  padding: 60px 0;
}
body section.section-bg {
  background-color: #f3f5fa;
}
body section.about-us ul {
  list-style-type: disc;
  padding-left: 15px;
}
body h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
body h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1b8fe5;
  bottom: 0;
  left: calc(50% - 20px);
}
body .hero-image {
  height: 500px;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .hero-text {
  text-align: center;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .btn-outline {
  border: 2px solid #fff;
  color: #fff;
}
body .btn-outline:hover {
  background-color: #fff;
  color: #1b8fe5;
}
