#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: 1265px;
  margin-inline: auto;
}

#home_section .content h1 {
  color: #fff;

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

#home_section .content h2 {
  color: #fff;

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

  margin-top: 1.125rem;

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

  opacity: 0.8;
}

#clients {
  padding-block: 7.5rem;
}

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

  width: 100%;
  max-width: 1050px;

  text-align: center;
}

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

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

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

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

  position: relative;
}

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

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

  transform: skewY(-4deg);

  z-index: -99;
}

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

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

  transform: skewY(-2deg);

  z-index: -99;
}

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

#reduced_time .flex_gap_64 .content {
  max-width: 752px;
}
#reduced_time .flex_gap_64 .content h2 {
  font-weight: 300;
}

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

#policy_premium {
  padding-block: 8.5rem;
}

#policy_premium h2 {
  font-weight: 300;
}

#customized_solutions .flex_gap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: end;

  margin-bottom: calc(7rem + (16.25rem - 4.25rem));

  background-color: var(--purple);
}

#customized_solutions .flex_gap .content {
  padding-block: 5.8rem;
  padding-left: 1.125rem;
}

#customized_solutions .flex_gap .content .bullet_list .item {
  gap: 1.125rem;
}

#customized_solutions .flex_gap .content h2 {
  font-weight: 300;
}

#customized_solutions .flex_gap .content h2,
#customized_solutions .flex_gap .content p,
#customized_solutions .flex_gap .content .bullet_list .item span {
  color: #fff;
}

#customized_solutions .flex_gap .content p {
  opacity: 0.8;
  margin-block-end: 2.25rem;
}

#customized_solutions .flex_gap .content .bullet_list .item span {
  max-width: 600px;
}

#customized_solutions .bg_one_plate_blue {
  position: relative;
  max-width: none;
  height: 100%;
}

#customized_solutions .bg_one_plate_blue::before {
  display: none;
}

#customized_solutions .bg_one_plate_blue img {
  display: none;
}

#customized_solutions .bg_one_plate_blue div.image_desk {
  width: 100%;
  height: 104%;

  border-top-left-radius: 16px;
  background-image: url("../../../assets/man_reading_a_doc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: absolute;
  right: -1rem;
  top: 50%;

  transform: translateY(-50%);

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

#customized_solutions .bg_one_plate_blue::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;

  border-bottom-left-radius: 12px;

  box-shadow: -8px 8px 0px 6px #fff;

  position: absolute;
  bottom: -2%;
  left: calc(12% + 1rem);
}

@media only screen and (max-width: 1360px) {
  #customized_solutions .flex_gap .content {
    padding-block: 3rem;
  }

  #customized_solutions .flex_gap .content h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  #customized_solutions .flex_gap .content p {
    margin-bottom: 1.125rem;
  }
}

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

  #home_section .content div {
    max-width: 700px;
  }

  #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;
  }

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

  #reduced_time {
    padding-block: 6.5rem;
  }

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

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

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

    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;
  }

  #customized_solutions .flex_gap {
    grid-template-columns: 1fr;
    background-color: transparent;
    margin-bottom: 0;

    position: relative;
  }

  #customized_solutions .flex_gap::before {
    content: "";
    width: 100%;
    height: 70%;
    background-color: var(--purple);

    position: absolute;
    top: 2.6%;
    left: 0;

    transform: skewY(-4deg);

    z-index: -99;
  }

  #customized_solutions .flex_gap::after {
    content: "";
    width: 100%;
    height: 70%;
    background-color: var(--purple);

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

    z-index: -99;
  }

  #customized_solutions .flex_gap .content {
    padding: 2.25rem 1.125rem 7rem 1.125rem;
  }

  #customized_solutions .bg_one_plate_blue {
    height: auto;
    grid-row: 1;
  }

  #customized_solutions .bg_one_plate_blue::after {
    display: none;
  }

  #customized_solutions .bg_one_plate_blue img {
    display: block;

    height: auto;
    width: 100%;

    border-radius: 0px;

    transform: none;

    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 90%);
  }

  #customized_solutions .bg_one_plate_blue div.image_desk {
    display: none;
  }
}

@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.25rem;
    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;
  }

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

  #customized_solutions .flex_gap .content h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: -0.54px;
  }

  #reduced_time .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;
  }

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

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

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

  #clients .content .logos {
    margin-inline: 18px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  #clients .content .logos img {
    max-width: 200px;
  }
  #clients .content .logos img:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-inline: auto;
  }

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

  #customized_solutions .flex_gap .content .bullet_list .item {
    gap: 6px;
  }

  #customized_solutions .flex_gap::before {
    top: 1.65%;
  }
}
