.outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

h1 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  color: #333;
  margin-bottom: 10px;
}

h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #333;
  margin-bottom: 10px;
}

h3 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin-bottom: 10px;
}

h4, .docs-link {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

h5 {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.add-to-monday {
  width: 280px;
  cursor: pointer;
}

section.greybg {
  color: #323338;
  background: -webkit-gradient(linear, left top, left bottom, from(#F5F6F8), color-stop(67.54%, rgba(245, 246, 248, 0)));
  background: linear-gradient(180deg, #F5F6F8 0%, rgba(245, 246, 248, 0) 67.54%);
  padding-top: 80px;
  padding-bottom: 120px;
  width: 100%;
}

.content-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.left-content, .right-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  text-align: center;
}

.left-content h4, .left-content .docs-link, .right-content h4, .right-content .docs-link {
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left-content img, .right-content img {
  max-width: 80%;
}

.channel {
  width: 500px;
  display: block;
  text-align: center;
  line-height: 1.8;
}

.channel .fal, .channel .fab {
  margin-left: 8px;
}

.channel h5 .fal {
  margin-right: 12px;
}

.docs-link {
  color: #5aa6d6;
  text-decoration: underline;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  margin-bottom: -10px;
}

.left12 {
  margin-left: 12px;
}
/*# sourceMappingURL=style.css.map */