#home_section {
  margin-top: 1.75rem;
}

#home_section img {
  width: calc(100% - (1.5 * 2rem));
  margin-inline: 1.5rem;
  margin-bottom: -2.6rem;

  max-width: 1920px;
}

#home_section .content {
  text-align: center;
  margin: 0;

  width: 100%;
  max-width: none;

  padding-block: calc(4rem + 2.6rem) 4rem;
  background-color: var(--purple);
}

#home_section .content div {
  max-width: 1350px;
  margin-inline: auto;
}

#home_section .content h1 {
  color: #fff;

  font-size: 63px;
  line-height: 4rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}

#home_section .content h2 {
  color: #fff;

  font-size: 1.6875rem;
  line-height: 2.25rem;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 300;

  max-width: 1150px;
  margin-inline: auto;

  margin-top: 1.125rem;

  opacity: 0.8;
}

#clients {
  padding-block: 7.5rem;
}

#clients .content {
  display: flex;
  flex-direction: column;
  gap: 2.875rem;

  width: 100%;

  text-align: center;
}

#clients .content .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#clients .content .logos img {
  width: 100%;
}

#clients .content h2 {
  margin-bottom: 0;
}

#we_process_more {
  padding-block: 10rem 8.5rem;

  position: relative;
}

#we_process_more::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: var(--soft-blue);

  position: absolute;
  left: 0;
  top: 0;

  transform: skewY(-4deg);

  z-index: -99;
}

#we_process_more::after {
  content: "";
  width: 100%;
  height: 60%;
  background-color: var(--soft-blue);

  position: absolute;
  left: 0;
  bottom: 0;

  transform: skewY(-2deg);

  z-index: -99;
}

#we_process_more .flex_gap_64 {
  grid-template-columns: 1.4fr 1fr;
}

#we_process_more .flex_gap_64 .content {
  max-width: 752px;
}

#we_process_more .flex_gap_64 .content h2 {
  font-weight: 300;
}

#we_process_more .bullet_list .item.with_text p {
  max-width: 690px;
}

#we_process_more .flex_gap_64 .bg_one_plate::before {
  top: 49%;
  transform: translateY(-50%) translateX(-50%) skewY(-7deg);
}

#unify_rental_checks {
  padding-block: 8.5rem calc(7.5rem + (16.25rem - 4.25rem));
}

#unify_rental_checks h2 {
  font-weight: 300;
}

@media only screen and (max-width: 1240px) {
  #home_section .content {
    padding: calc(2rem + 2.6rem) 2rem;
  }

  #home_section .content h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  #home_section .content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #check_scanning_for_nonprofit {
    padding-block: 7rem;
  }

  #we_process_more .flex_gap_64 {
    grid-template-columns: 1fr;
  }

  #we_process_more {
    padding-block: 6.5rem;
  }

  #we_process_more::before {
    transform: skewY(-6deg);
  }

  #we_process_more::after {
    transform: skewY(6deg);
  }
}

@media only screen and (max-width: 1020px) {
  #home_section {
    margin-top: 0.5rem;
    padding-block: 2.5rem 6rem;
    padding-inline: 1rem;

    position: relative;
  }

  #home_section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--purple);

    position: absolute;
    top: 0;
    left: 0;

    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);

    z-index: -999;
  }

  #home_section img {
    margin: 0;
    width: 100%;
    max-width: 700px;
  }

  #home_section .content {
    padding: 0;
    margin-top: 1.75rem;
    background-color: transparent;
  }

  #testimonial {
    padding-block: 4.5rem 5.5rem;
  }

  #testimonial .flex_gap_64_r {
    gap: 1.75rem;
  }

  #unify_rental_checks {
    padding-block: 7.5rem 5.4rem;
  }
}

@media only screen and (max-width: 800px) {
  .flex_gap_64,
  .flex_gap_64_r {
    padding-inline: 1rem;
  }

  #home_section .content div {
    text-align: left;
  }

  #home_section .content h1 {
    font-size: 2.225rem;
    line-height: 2.875rem;
    letter-spacing: -0.72px;
  }

  #home_section .content h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0px;
    margin-bottom: 0;
    font-family: "museo-sans", sans-serif;
  }

  #clients {
    padding-block: 5rem;
  }

  #we_process_more .flex_gap_64 .content h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
    letter-spacing: -0.54px;
  }

  #we_process_more .flex_gap_64 .content .bullet_list .item span {
    line-height: 1.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .bullet_list .item {
    align-items: flex-start;
  }

  #we_process_more .flex_gap_64 .content .bullet_list {
    gap: 1.75rem;
  }

  #we_process_more .flex_gap_64 .content .bullet_list .item span {
    font-size: 1.125rem;
  }

  #we_process_more .flex_gap_64 .content p {
    margin-top: 8px;
  }

  #clients .content .logos {
    margin-inline: 18px;
  }

  #unify_rental_checks .content > p {
    letter-spacing: 0.25px;
  }
}
