/* Fonts Import */
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto&display=swap");

.root {
  background-color: #fff;
}

.download_btn {
  width: 270px;
  height: 45px;
  border-radius: 3px;
  border: 2px solid #41af4b;
  background: #41af4b;
}
.download_btn a {
  color: white;
}
.download_btn_div {
  margin: 4.5rem 0 0 0;
  text-align: center;
}

.feedback_stars {
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-top: 15px;
}
.feedback_stars svg {
  margin-left: 10px;
  margin-right: 10px;
}

.grow_sales_section {
  padding: 5rem 0 5rem 0;
}
.grow_sales_image {
  width: 31.563rem;
}
.customer_section_image {
  height: 246px;
}
.grow_customer_section {
  padding-bottom: 5rem;
}

.pos_bg_img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.section_head {
  color: #3a4953;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 2.81rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 3.75rem;
}
.section_subhead {
  color: #3a4953;
  font-family: Lato;
  font-size: 1.188rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
.section_desc {
  color: #06103f;
  font-family: Lato;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.section_links {
  color: #008cc5;
  font-family: Lato;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}
.sponsors_div {
  justify-content: center;
}

.speed_checkout_image {
  width: 505px;
}
.speed_checkout_section {
  padding-bottom: 5rem;
}

.vend_features_subhead {
  color: #3a4953;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  text-transform: uppercase;
}
.vend_features_desc {
  color: #3a4953;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.gain_control_section {
  padding-bottom: 5rem;
}

.loved_by_section {
  padding-bottom: 5rem;
}

.start_ready_section {
  background-color: #04121f;
  font-family: Roboto;
  font-weight: 400;
  /* padding-left: 15%; */
  padding-top: 10rem;
}
.start_ready_blue_text {
  color: #15b1bf;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.start_ready_head {
  color: #fff;
  font-family: Roboto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}
.start_ready_desc {
  color: #fff;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 3rem;
}
.start_ready_btn button {
  width: 255px;
  height: 3rem;
  border-radius: 8px;
  background-color: #fdee37;
}
.start_ready_btn button a {
  color: #1d3a46;
  text-align: center;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.start_ready_flex {
  align-items: flex-start;
  gap: 10rem;
}
.start_ready_image {
  border-radius: 64px 0px 0px 0px;
  width: 44rem;
}

@media only screen and (max-width: 800px) {
  .customer_section_image {
    height: 170px;
  }
}
