body, html {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

body {
  font-family: "Poppins", Sans-serif;
  min-height: 100vh;
}
body * {
  transition: all 200ms ease-in-out;
}
body a {
  text-decoration: none;
}
body .container {
  max-width: 1400px;
  padding: 20px 30px;
  margin: 0 auto;
}

.header {
  background: #000;
}
.header .container {
  padding: 6px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .meeting-cta {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #f54b15;
  padding: 14px 28px 14px 28px;
}
.header .meeting-cta:hover {
  color: #f54b15;
  background-color: #fff;
}

.main .hero {
  padding: 120px 0;
  text-align: center;
  background-image: url("https://www.wiredbrains.io/wp-content/uploads/2021/03/05-s-1.jpg"), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main .hero .sub-heading {
  color: #f54b15;
  font-size: 17px;
  line-height: 1.4em;
}
.main .hero .main-heading {
  color: #ececec;
  font-size: 54px;
  font-weight: 600;
}

.footer {
  background: #000;
}
.footer .copyright {
  color: #fff;
}

@media (max-width: 767px) {
  .header .logo img {
    max-width: 170px;
    height: auto;
  }
  .header .meeting-cta {
    font-size: 12px;
    padding: 10px;
  }
  .main .hero .main-heading {
    font-size: 24px;
    line-height: 36px;
  }
}/*# sourceMappingURL=style.css.map */