h2,
h3,
h1 {
  font-weight: 100;
}
p {
  font-weight: 100;
}
img {
  width: 100%;
  height: auto;
}
section.main-banner {
  width: 100%;
  background-image: url("/images/top-section-background.png");
}
section.main-banner .banner-content {
  display: flex;
  justify-content: center;
  margin-top: 170px;
  margin-bottom: 250px;
}
section.main-banner .banner-content h2 {
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 100;
  font-size: 50px;
}
section.main-banner .banner-content h3 {
  margin-bottom: 20px;
  font-weight: 100;
}
section.main-banner .banner-content p {
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
  width: 75%;
  margin-bottom: 35px;
}
section.main-banner .banner-content button {
  border-radius: 10px;
  background-color: #238ac4;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
  width: 220px;
  height: 55px;
  cursor: pointer;
}
section.quote-to-cash {
  padding: 130px 0 130px 0;
  background-color: #238ac4;
}
section.quote-to-cash .text-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.quote-to-cash .text-content h1 {
  margin-bottom: 40px;
}
section.quote-to-cash .text-content p {
  font-size: 20px;
  line-height: 1.5;
}
section.quote-to-cash img {
  width: 100%;
  height: auto;
}
section.insights {
  padding: 130px 0 130px 0;
  background-image: url("/images/insights.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.insights .finance-logo,
section.insights .support-logo,
section.insights .sales-logo {
  height: 100px;
  width: 100%;
}
section.insights .finance-logo {
  background: url("/images/column1.png") no-repeat center;
}
section.insights .sales-logo {
  background: url("/images/column2.png") no-repeat center;
}
section.insights .support-logo {
  background: url("/images/column3.png") no-repeat center;
}
section.insights h1 {
  margin-bottom: 115px;
}
section.insights h1,
section.insights h4 {
  text-align: center;
}
section.insights h4 {
  margin: 35px 0 35px 0;
}
section.insights p {
  font-size: 18px;
}
section.customers {
  padding: 120px 0 100px 0;
  text-align: center;
}
section.customers h1 {
  margin-bottom: 100px;
}
section.customers img {
  width: 100%;
  height: auto;
}
section.customers .slick-dots {
  position: relative;
}
section.get-started {
  width: 100%;
  background-image: url("/images/get-started-for-free.png");
}
section.get-started .banner-content {
  display: flex;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 150px;
}
section.get-started .banner-content h1 {
  margin-bottom: 50px;
  font-weight: 100;
  font-size: 57px;
}
section.get-started .banner-content h1 span {
  font-weight: 400;
}
section.get-started .banner-content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}
section.get-started .banner-content button {
  border-radius: 10px;
  background-color: #238ac4;
  box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
  width: 220px;
  height: 55px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  section.quote-to-cash {
    height: 650px;
  }
  section.get-started {
    height: 660px;
  }
}
