﻿/* PRIMÁRIAS */
/* SECUNDÁRIAS */
/* NEUTRAS */
/* SEMÂNTICA */
.pp-main {
  width: 85%;
  min-width: 1000px;
  max-width: 1300px;
  margin-top: 115px;
}
.pp-main .pp-main-text {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 44%;
}
.pp-main .pp-main-text .pp-text-align {
  width: 90%;
  height: 315px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 1rem;
}
.pp-main .pp-main-text .pp-text-align h1 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}
.pp-main .pp-main-text .pp-text-align p {
  font-size: 20px;
}
.pp-main .pp-c-slider-hero {
  display: flex;
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  color: white;
  z-index: -1;
}
.pp-main .pp-c-slider-hero img {
  position: absolute;
  max-width: 1300px;
  z-index: 1;
  -ms-animation: move 40s infinite;
  -webkit-animation: move 40s infinite;
  -0-animation: move 40s infinite;
  -moz-animation: move 40s infinite;
  animation: move 40s infinite;
}
.pp-main .pp-phone-section {
  width: 100%;
  height: 300px;
  margin-top: 3px;
  display: flex;
  position: relative;
}
.pp-main .pp-phone-section .pp-phone {
  position: relative;
  width: 40%;
  background-color: #56CCF2;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.pp-main .pp-phone-section .pp-phone img {
  top: -126%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.pp-main .pp-phone-section .pp-about-slider-contain {
  display: flex;
  width: 60%;
  position: relative;
  background-color: #56CCF2;
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-try-free-button {
  position: absolute;
  z-index: 5;
  background-color: #FCB315;
  border: 2px solid #FFFFFF;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: table;
  padding: 15px 30px;
  font-size: 18px;
  text-align: center;
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-about-slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  background: #47BFE5;
  width: 340px;
  border-right: 3px solid #FFFFFF;
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-about-slider-item p {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  padding: 0 3rem;
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-about-slider {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-about-button {
  background: #56CCF2;
  height: 300px;
  width: 100px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -5px 0px 5px 0px rgb(0 0 0%);
  cursor: pointer;
  transition: filter 0.6s;
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-about-button:hover {
  filter: brightness(0.9);
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-about-button:active {
  filter: brightness(0.8);
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-about-button:active svg {
  transform: translateY(3px);
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-prev {
  margin-left: 3px;
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-prev svg {
  transform: rotateY(180deg);
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-prev:active {
  filter: brightness(0.8);
}
.pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-prev:active svg {
  transform: translateY(3px);
  transform: rotateY(180deg);
}
.pp-main .pp-c-page-section {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.pp-main .pp-c-page-section h1 {
  color: #1678DC;
  font-weight: 400;
}
.pp-main .pp-c-page-section .pp-c-client-review-section {
  display: flex;
  height: 240px;
  margin-top: 2rem;
  margin-bottom: 3px;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review {
  background-color: #F2F2F2;
  color: #777777;
  height: 100%;
  width: 70%;
  padding: 2rem 2rem;
  position: relative;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review img {
  margin-right: -50px;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .quotation {
  width: 85px;
  height: 60px;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review span {
  margin-left: 1.5rem;
  font-size: 1rem;
  line-height: 22px;
  width: 80%;
  height: 110px;
  font-weight: 500;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info {
  display: flex;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80px;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .buttons-container a:hover {
  filter: brightness(1.5);
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .buttons-container a:active {
  transform: translateY(1px);
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .info-container {
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 350px;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .info-container h4 {
  color: #1678DC;
  font-size: 22px;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .info-container p {
  font-size: 1rem;
  font-weight: 500;
  color: #777777;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .pp-img-container {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-our-clients {
  background-color: #FCB315;
  color: white;
  height: 100%;
  flex: 1;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-our-clients p {
  font-size: 22px;
  text-align: center;
}
.pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-our-clients .buttonLink {
  text-transform: uppercase;
  background: #1678DC;
  margin-top: 1rem;
  font-size: 18px;
}
.pp-main .pp-c-page-section .pp-c-try-for-free {
  height: 260px;
  position: relative;
  display: flex;
  background: url('../../img/try-it-background.png') no-repeat;
  background-size: cover;
  margin-top: 1.75rem;
}
.pp-main .pp-c-page-section .pp-c-try-for-free section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}
.pp-main .pp-c-page-section .pp-c-try-for-free section h1 {
  color: white;
  font-size: 35px;
  width: 32.5%;
}
.pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img {
  width: 35%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img img {
  width: 100%;
  margin-top: 3rem;
  margin-right: 9rem;
}
.pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 32.5%;
}
.pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in p {
  font-size: 22px;
  color: white;
  text-align: center;
}
.pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in .buttonLink {
  background: #FCB315;
  font-size: 18px;
  font-weight: 700;
  padding: 1rem 20px;
  text-align: center;
}
.pp-main .milestone-icons {
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 1rem;
}
.pp-main .pp-c-milestone {
  margin-bottom: 3rem;
}
.pp-main .pp-c-milestone .pp-c-milestone-separator {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-shifts h1,
.pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-users h1 {
  color: #1678DC;
  font-size: 54px;
  font-weight: 400;
  text-align: center;
}
.pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-shifts h3,
.pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-users h3 {
  color: #214F8D;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
.pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-completed-shifts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-time-reduction {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp-c-benefits {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem;
  -webkit-box-shadow: 0px 0px 19px 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 19px 13px rgba(0, 0, 0, 0.07);
}
.pp-c-benefits h1 {
  color: #1678DC;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
}
.pp-c-benefits .pp-c-benefits-items {
  margin-top: 4rem;
  width: 70%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pp-c-benefits .pp-c-benefits-items .pp-c-benefit-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
  width: 280px;
}
.pp-c-benefits .pp-c-benefits-items .pp-c-benefit-item .pp-horizontal-svg-title {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-bottom: 30px;
}
.pp-c-benefits .pp-c-benefits-items .pp-c-benefit-item h3 {
  color: #1678DC;
  font-weight: 400;
  font-size: 26px;
}
.pp-c-benefits .pp-c-benefits-items .pp-c-benefit-item ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pp-c-benefits .pp-c-benefits-items .pp-c-benefit-item li {
  color: #777777;
  font-weight: 500;
  font-size: 14px;
  list-style: none;
  position: relative;
}
.pp-c-benefits .pp-c-benefits-items .pp-c-benefit-item li:before {
  content: '\00b7';
  font-size: 20px;
  position: absolute;
  left: -10px;
  top: -5px;
}
.pp-c-compromise {
  width: 100%;
  background: url('../../img/bg_escala.png') no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 3rem 2rem;
}
.pp-c-compromise h4 {
  color: #777777;
  font-size: 20px;
  font-weight: 700;
}
.pp-c-compromise h1 {
  color: #1678DC;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
}
.pp-c-compromise h1 strong {
  font-weight: 700;
}
.pp-c-compromise .pp-compromise-p {
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 50%;
  margin-top: 21px;
}
.pp-c-compromise .pp-compromise-images {
  position: relative;
  margin-top: 32px;
}
.pp-c-compromise .pp-compromise-images :first-child {
  position: absolute;
  top: 5%;
  left: 60%;
  opacity: 0.5;
}
.pp-c-compromise .pp-compromise-images :nth-child(2) {
  position: relative;
  z-index: 2;
}
.pp-c-compromise .pp-compromise-images :last-child {
  position: absolute;
  top: 5%;
  right: 60%;
  opacity: 0.5;
}
.pp-c-compromise .pp-compromise-images img {
  transition: transform 0.3s;
}
.pp-c-compromise .pp-compromise-images img:hover {
  transform: translateY(-10px);
}
.pp-c-compromise .pp-try-free-waiting {
  background: #1678DC;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  max-width: 1300px;
  padding: 2rem;
  bottom: 5%;
  z-index: 2;
  border-radius: 3px;
  box-shadow: -3px 26px 64px -28px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: -3px 26px 64px -28px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: -3px 26px 64px -28px rgba(0, 0, 0, 0.64);
}
.pp-c-compromise .pp-try-free-waiting .pp-try-free-text p {
  color: #FFCB59;
  font-size: 26px;
  font-weight: 500;
}
.pp-c-compromise .pp-try-free-waiting .pp-try-free-text h1 {
  color: white;
  font-size: 40px;
  text-align: left;
}
.pp-c-compromise .pp-try-free-waiting .buttonLink {
  background: #FCB315;
  font-size: 18px;
  box-shadow: 2px 2px 35px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  padding: 1.1rem 2.5rem;
  font-weight: 700;
  text-align: center;
}
.pp-c-app-rating {
  width: 85%;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}
.pp-c-app-rating .pp-app-rating-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 300px;
}
.pp-c-app-rating .pp-app-rating-title h1 {
  color: #1678DC;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
}
.pp-c-app-rating .pp-app-rating-title p {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
}
.pp-c-app-rating .pp-app-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pp-c-app-rating .pp-app-rating h1 {
  position: absolute;
  color: #EBEBEB;
  font-size: 230px;
}
.pp-c-app-rating .pp-app-rating svg {
  z-index: 2;
}
.pp-c-app-rating .pp-app-rating-download {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  width: 300px;
}
.pp-c-app-rating .pp-app-rating-download h1 {
  font-size: 22px;
  color: #1678DC;
  font-weight: 900;
}
.pp-c-app-rating .pp-app-rating-download p {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.pp-c-app-rating .pp-app-rating-download .pp-a-rating-download-svgs {
  display: flex;
  align-items: center;
  gap: 40px;
}
.pp-c-app-rating .pp-app-rating-download .pp-a-rating-download-svgs a:hover,
.pp-c-app-rating .pp-app-rating-download .pp-a-rating-download-svgs a:focus {
  filter: brightness(0.96);
}
.pp-c-app-rating2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  padding: 2.375rem 0;
}
.pp-c-app-rating2 .pp-app-rating-text {
  width: 25%;
  background: white;
  padding: 1.5rem 2rem;
  box-shadow: 2px 2px 35px 0px rgba(0, 0, 0, 0.1);
}
.pp-c-app-rating2 .pp-app-rating-text h1 {
  color: #1678DC;
  font-weight: 700;
  font-size: 1.375rem;
}
.pp-c-app-rating2 .pp-app-rating-text p {
  font-size: 1rem;
  margin-top: 1.5rem;
  color: #777777;
}
.pp-c-app-rating2 .pp-app-rating-text .pp-app-rating-user-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pp-c-app-rating2 .pp-app-rating-text .pp-app-rating-user-title span {
  font-size: 1rem;
  color: #1678DC;
  font-weight: 700;
}
.pp-c-app-rating2 .pp-app-rating-text .pp-app-rating-user-title svg {
  width: 40px;
  height: 50px;
}
.pp-c-app-rating2 .pp-app-rating-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 220px;
}
.pp-c-app-rating2 .pp-app-rating-container h1 {
  color: #1678DC;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}
.pp-c-app-rating2 .pp-app-rating-container h1 strong {
  font-weight: 700;
}
.pp-c-app-rating2 .pp-app-rating-container h2 {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #777777;
  font-family: Montserrat, Arial;
}
.pp-c-app-rating2 .pp-app-rating-container .pp-app-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pp-c-app-rating2 .pp-app-rating-container .pp-app-rating h1 {
  color: #EBEBEB;
  font-size: 150px;
  line-height: 135px;
  font-weight: 700;
}
.pp-c-app-rating2 .pp-app-rating-container .pp-app-rating svg {
  z-index: 2;
  width: 125px;
  position: absolute;
}
.pp-buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1261px) {
  .pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-shifts h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .pp-c-benefits .pp-c-benefits-items {
    justify-content: center;
    gap: 5rem;
    width: 100%;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1050px) {
  .pp-main {
    width: 100%;
    min-width: 0;
  }
  .pp-main .pp-c-slider-hero img {
    max-width: 1210px;
  }
  .pp-main .pp-c-slider-hero .pp-main-text {
    justify-content: flex-start;
    margin-left: 1rem;
    padding-left: 0;
  }
  .pp-main .pp-c-slider-hero .pp-main-text .pp-text-align {
    width: calc(100% - 1rem);
  }
  .pp-main .pp-c-slider-hero .pp-main-text .pp-text-align h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 50%;
  }
  .pp-main .pp-c-slider-hero .pp-main-text .pp-text-align p {
    font-size: 20px;
  }
  .pp-main .pp-phone-section {
    flex-direction: row-reverse;
  }
  .pp-main .pp-phone-section .pp-phone {
    width: 510px;
  }
  .pp-main .pp-phone-section .pp-phone img {
    right: 0;
  }
  .pp-main .pp-c-page-section {
    margin-bottom: 2rem;
  }
  .pp-main .pp-c-page-section h1 {
    padding: 0 20px;
    font-size: 30px;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section {
    flex-direction: column;
    height: auto;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review {
    width: auto;
    display: flex;
    align-items: start;
    gap: 30px;
    flex-direction: column;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .flex-item {
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .flex-item svg {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 90%;
    top: 0;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .flex-item span {
    margin-left: 0;
    font-size: 1.1rem;
    padding: 0 30px;
    text-align: left;
    font-size: 16px;
    height: auto;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info {
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .buttons-container svg {
    width: 21px;
    height: 40px;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .info-container {
    align-items: center;
    margin: 0;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .pp-c-client-info .pp-img-container {
    width: auto;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review img {
    position: relative;
    top: unset;
    right: unset;
    margin: 0;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-our-clients {
    margin-left: 0;
    padding: 30px;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free {
    height: auto;
    background: #1678DC;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section {
    display: flex;
    flex-direction: column;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section h1 {
    text-align: center;
    font-size: 30px;
    width: 100%;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section h1 br {
    display: none;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img {
    width: 45%;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img img {
    margin: 0;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in {
    width: 100%;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in button {
    margin-top: 0.5rem;
  }
  .pp-main .pp-c-milestone .pp-c-milestone-separator {
    justify-content: center;
    gap: 20%;
    flex-wrap: wrap;
  }
  .pp-main .pp-c-milestone .pp-c-milestone-separator .milestone-icons {
    width: 85%;
    justify-content: space-between;
  }
  .pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-shifts,
  .pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-users {
    width: 100%;
    margin-bottom: 2rem;
  }
  .pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-shifts h1,
  .pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-users h1 {
    text-align: center;
    font-size: 45px;
  }
  .pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-shifts h3,
  .pp-main .pp-c-milestone .pp-c-milestone-separator .pp-c-milestone-users h3 {
    text-align: center;
    font-size: 18px;
  }
  .pp-c-benefits h1 {
    font-size: 30px;
  }
  .pp-c-compromise h4 {
    font-size: 16px;
  }
  .pp-c-compromise h1 {
    font-size: 30px;
  }
  .pp-c-compromise .pp-compromise-p {
    width: 100%;
    padding: 0 2rem;
  }
  .pp-c-compromise .pp-try-free-waiting {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 90%;
    bottom: 15%;
  }
  .pp-c-compromise .pp-try-free-waiting .pp-try-free-text h1 {
    font-size: 22px;
  }
  .pp-c-compromise .pp-try-free-waiting .pp-try-free-text p {
    font-size: 20px;
  }
  .pp-c-app-rating {
    flex-direction: column;
    gap: 8rem;
  }
  .pp-c-app-rating .pp-app-rating-title {
    text-align: center;
  }
  .pp-c-app-rating .pp-app-rating-download {
    align-items: center;
  }
  .pp-c-app-rating .pp-app-rating-download h1 {
    text-align: center;
  }
  .pp-c-app-rating .pp-app-rating-download p {
    text-align: center;
  }
  .pp-c-app-rating .pp-app-rating-download .pp-a-rating-download-svgs {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .pp-c-app-rating2 {
    flex-direction: column;
    gap: 4rem;
  }
  .pp-c-app-rating2 .pp-app-rating-text {
    width: 65%;
    gap: 4rem;
  }
  .pp-c-app-rating2 .pp-app-rating-text .pp-app-rating-user-title {
    margin-top: 1rem;
  }
  .pp-c-app-rating2 .pp-app-rating-container h2 {
    font-size: 1.25rem;
  }
  .pp-buttons-container {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 840px) {
  .pp-main {
    margin-top: 70px;
  }
  .pp-main .pp-phone-section {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .pp-main .pp-phone-section .pp-phone {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .pp-main .pp-phone-section .pp-phone img {
    position: relative;
    top: unset;
    right: unset;
    margin-right: 5%;
  }
  .pp-main .pp-phone-section .pp-about-slider-contain {
    width: 100%;
    background: #56CCF2;
    margin-top: 3px;
    position: relative;
    height: 300px;
    display: flex;
    justify-content: center;
  }
  .pp-main .pp-phone-section .pp-about-slider-contain .pp-try-free-button {
    top: -31px;
  }
  .pp-main .pp-phone-section .pp-about-slider-contain .pp-slider-prev {
    margin-left: 0;
  }
  .pp-main .pp-phone-section .pp-about-slider-contain .pp-about-slider .pp-about-slider-item p {
    padding: 0 1rem;
    font-size: 15px;
  }
  .pp-main .pp-c-milestone {
    margin-bottom: 0;
  }
  .pp-c-benefits {
    margin-top: 3rem;
  }
  .pp-main .pp-c-slider-hero .pp-main-text .pp-text-align {
    margin-top: 1rem;
  }
  .pp-main .pp-c-slider-hero .pp-main-text .pp-text-align h1 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.2;
    width: 100%;
  }
  .pp-main .pp-c-slider-hero .pp-main-text .pp-text-align p {
    font-size: 14px;
  }
  .milestone-icons img {
    max-width: 100%;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in .buttonLink {
    font-size: 18px;
    margin-top: 20px;
  }
  .pp-c-compromise .pp-try-free-waiting .buttonLink {
    font-size: 14px;
  }
  .pp-main .pp-c-page-section {
    margin-top: 2rem;
  }
  .pp-main .pp-c-page-section h1 {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
  }
  .pp-main .pp-c-page-section .pp-c-client-review-section .pp-c-client-review .flex-item span {
    font-size: 16px;
    padding: 0 15px;
    line-height: 18px;
    height: auto;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section h1 {
    text-align: center;
    font-size: 30px;
    width: 100%;
    line-height: 34px;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-mockup-img {
    width: 100%;
  }
  .pp-main .pp-c-page-section .pp-c-try-for-free section .pp-c-sign-in p {
    font-size: 20px;
  }
}
@media screen and (max-width: 440px) {
  .pp-main .pp-phone-section .pp-phone {
    height: 440px;
  }
  .pp-main .pp-phone-section .pp-phone img {
    max-width: 88%;
  }
  .pp-c-app-rating2 .pp-app-rating-text {
    width: 90%;
  }
}