body {
  font-family: 'Poppins', sans-serif;
}


a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

.hero_section {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 110px;
}

.mb-05em {
  margin-bottom: .5em;
}

.h1 {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.btn-sign-up {

  font-size: 16px;
  padding: 14px 24px 15px;
  border: 1px solid;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  transition: color .25s, background-color .25s, border-color .25s, opacity .25s, transform .2s;
  will-change: color, background-color, border-color, transform;
  box-shadow: 0px 20px 30px rgba(0, 10, 10, 0.5);
}

.btn-sign-up:hover {
  background: white;
  color: #212529;

}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.btn-light {
  border-color: #242424;
}

.get_started_section {
background: #f5f1ee;  /* fallback for old browsers */
text-align: center;
}

@media(max-width: 960px) {


  .h1,
  h1 {
    font-size: 50px;
  }

}

@media(max-width: 600px) {
 

  .h1,
  h1 {
    font-size: 30px;
  }
}

@media(max-width: 380px) {


  .h1,
  h1 {
    font-size: 30px;
  }
}