* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2px;
}

.main-heading {
  font-size: 24px;
  line-height: 32px;
}

.heading {
  font-size: 21px;
  line-height: 28px;
}

.sub-heading {
  font-size: 16px;
  line-height: 26px;
}

.text {
  font-size: 14px;
  line-height: 22px;
}

.container {
  display: flex;
  flex-direction: column;
}

.header__body {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 24px;
}

.header__body__tag-line {
  color: #ffffff;
  margin: 28px 0 8px;
}

.header__body__description {
  color: #ffffff;
  margin-bottom: 26px;
}

.header__body__illustration {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 188px;
  height: 260px;
}

.what-is-pcm {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 26px;
}

.what-is-pcm__img {
  height: 180px;
  margin-bottom: 64px;
}

.what-is-pcm__description {
  padding: 20px 0;
}

.bullet-points li {
  display: flex;
}

.bullet-points li img {
  height: 16px;
}

.bullet-points li {
  line-height: 27px;
}

.steps-cards {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin: 0 32px 0;
}

.steps-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.steps-card__img {
  display: flex;
  justify-content: center;
  /* width: 125x; */
}

.steps-card__img img {
  height: 125px;
}

.steps-card__index {
  background: #0045f8;
  color: #ffffff;
  border-radius: 50%;
  padding: 5px 10px;
  width: fit-content;
  margin: 24px 0 12px;
}

.steps-card__title {
  color: #000000;
  margin-bottom: 4px;
}

.section-benefits {
  background: #fffaf2;
  margin-bottom: 96px;
}

.benefits {
  text-align: center;
  gap: 56px;
  border-radius: 12px;
}

.benefits__title {
  padding-bottom: 70px;
}

.benefits__card__img {
  width: 70px;
  height: 70px;
  margin-bottom: 8px;
}

.benifits__sign-up-btn {
  margin-top: 56px;
}

.benefits__cards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 54px;
}

.who-is-it-for {
  padding: 0 24px;
}

.who-is-it-for__title {
  text-align: center;
  margin-bottom: 70px;
}

.who-is-it-for__cards {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.who-is-it-for__card__logo {
  display: flex;
  justify-content: center;
}

.who-is-it-for__card__logo img {
  width: 70px;
  height: 70px;
}

.who-is-it-for__card__title {
  padding: 22px 0 8px;
  text-align: center;
}

.who-is-it-for__card__points li img {
  margin: 4px 12px 0 0;
}

.who-is-it-for__card__points li:not(:first-child) {
  margin-top: 8px;
}

.get-on-board {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.get-on-board__sign-up-button {
  margin-top: 32px;
}

.section-how-to-use {
  background: #fffaf2;
}

.how-to-use__title {
  text-align: center;
  margin-bottom: 60px;
}

.how-to-use__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.how-to-use__card {
  text-align: center;
  padding: 16px 26px 44px;
  box-shadow: 0px 4px 44px rgba(236, 223, 202, 0.44);
  border-radius: 8px;
}

.how-to-use__card__title {
  padding: 24px 0 15px;
}

.how-to-use__card__points {
  text-align: left;
}

.how-to-use__card__points img {
  margin-top: 12px;
}

.how-to-use__sign-up-btn {
  margin-top: 38px;
}

.how-to-use__card__points__point {
  display: flex;
  align-items: self-start;
  gap: 12px;
  color: #5f5f5f;
}

.other-products__title {
  text-align: center;
  margin-bottom: 46px;
}

.other-products__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.product-card__description {
  padding: 25px 0;
}

.footer {
  background: #0045f8;
  padding: 72px 48px 56px;
}

.footer img {
  margin-bottom: 36px;
  height: 24px;
}

.footer p {
  color: #ffffff;
  padding: 12px 0;
}

.footer p,
.other-products p,
.footer .footer__contacts.text--para a,
.other-products__title {
  font-family: "Montserrat", sans-serif;
}

.product-card {
  text-align: center;
}

.product-card a button {
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
}

.benefits__card__description {
  margin: 0 40px;
}

.page-footer hr {
  display: none;
}

.header {
  padding: 24px 24px 80px;
}

.benefits,
.how-to-use,
.other-products {
  padding: 96px 24px;
}

.get-on-board {
  padding: 56px 24px;
}

.footer {
  padding: 56px 24px;
  text-align: center;
}

.what-is-pcm,
.steps-cards,
.who-is-it-for {
  margin-bottom: 96px;
}

.header {
  margin-bottom: 64px;
}

.primary-btn {
  border: none;
  outline: none;
  cursor: pointer;
  height: 40px;
  width: 140px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

a {
  color: inherit;
  width: fit-content;
}

.footer__copyright {
  background: #0045f8;
  color: #ffffff;
  padding-bottom: 48px;
  font-size: 12px;
}

.footer_terms {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .main-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .sub-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .text {
    font-size: 16px;
    line-height: 24px;
  }

  .header__logo {
    height: 36px;
  }

  .header__body {
    text-align: center;
  }

  .header__body__tag-line {
    width: 100%;
  }

  .header__body__description {
    margin: 14px 0 36px;
    width: 100%;
  }

  .header__body__illustration {
    margin-bottom: 48px;
    width: 295px;
    height: 376px;
  }

  .benefits,
  .who-is-it-for,
  .how-to-use,
  .other-products__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .benefits__cards__wrapper,
  .who-is-it-for__cards,
  .how-to-use__cards,
  .how-to-use__title,
  .product-card {
    width: 50vw;
  }

  .benefits__card {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .benefits__card__description {
    text-align: left;
  }

  .benefits__card__img {
    margin: 0;
  }

  .benefits__title {
    padding: 0;
  }

  .steps-card__description {
    margin: 0 96px;
  }

  .header {
    padding: 48px 48px 96px;
    margin-bottom: 0;
  }

  .what-is-pcm {
    text-align: center;
    padding: 80px 64px 0;
  }

  .benefits,
  .how-to-use {
    padding: 96px 48px;
  }

  .get-on-board {
    padding: 64px 48px;
  }

  .footer {
    padding: 56px 48px;
  }

  .what-is-pcm,
  .steps-cards,
  .who-is-it-for {
    margin-bottom: 120px;
  }

  .page-footer {
    justify-content: space-evenly;
    padding: 0;
  }

  .footer,
  .footer__copyright {
    background: #f8faff;
  }

  .footer p,
  .footer__copyright {
    color: #000000;
  }
  .benifits__sign-up-btn {
    margin: 0;
  }

  .other-products {
    padding: 64px 24px 96px;
  }

  .section-benefits {
    margin-bottom: 120px;
  }

  .primary-btn {
    font-size: 16px;
    height: 52px;
    width: 160px;
  }

  .footer img {
    height: 42px;
  }

  .what-is-pcm__img {
    height: 240px;
  }

  .footer__copyright {
    font-size: 14px;
  }
}

@media screen and (min-width: 1280px) {
  .main-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .sub-heading {
    font-size: 21px;
    line-height: 30px;
  }

  .text {
    font-size: 18px;
    line-height: 28px;
  }

  .header {
    padding: 64px 64px 72px;
    margin-bottom: 120px;
  }

  .header__logo {
    height: 48px;
  }

  .what-is-pcm {
    padding: 0 64px;
  }

  .benefits {
    padding: 120px 64px;
  }

  .how-to-use,
  .other-products {
    padding: 96px 64px;
  }

  .steps-cards,
  .who-is-it-for {
    padding: 0 64px;
  }

  .footer {
    padding: 56px 64px;
  }

  .what-is-pcm {
    text-align: left;
    margin-bottom: 160px;
  }

  .steps-cards,
  .who-is-it-for {
    margin-bottom: 120px;
  }

  .header__body {
    flex-direction: row;
    margin: 0;
  }

  .header__body .w-80 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60vw;
  }

  .header__body__tag-line,
  .header__body__description {
    text-align: left;
    width: auto;
    margin: 0;
  }

  .header__body__description {
    margin: 12px 0 48px;
  }

  .header__body__illustration {
    margin: 0;
    width: 357px;
    height: 454px;
  }

  .what-is-pcm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .what-is-pcm__img {
    height: 240px;
    margin-bottom: 0;
  }

  .what-is-pcm__text {
    text-align: left;
  }

  .what-is-pcm__description {
    padding: 32px 0 36px;
  }

  .bullet-points li {
    line-height: 46px;
  }

  .bullet-points li img {
    height: 18px;
  }

  .what-is-pcm__desktop-img {
    display: block;
    width: 345px;
    height: 559px;
  }

  .steps-cards {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 120px;
  }

  .steps-card {
    flex-direction: column;
    align-items: start;
    width: 27%;
  }

  .steps-card__img {
    justify-content: start;
    height: 185px;
    width: 185px;
  }

  .steps-card__title {
    text-align: left;
  }

  .steps-card__description {
    text-align: left;
    margin: 0;
  }

  .benefits__card {
    display: flex;
    width: 29%;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .benefits__cards__wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    width: fit-content;
    padding: 10px 0 20px;
  }

  .benefits__title {
    margin-bottom: 38px;
  }

  .benefits__card__img {
    height: 96px;
    width: 90px;
    margin-bottom: 0;
  }

  .benefits__card__description {
    text-align: left;
    margin: 0;
  }

  .sign-up-btn {
    padding: 14px 48px;
  }

  .who-is-it-for__cards {
    flex-flow: wrap;
    justify-content: space-around;
    width: fit-content;
    row-gap: 100px;
  }

  .who-is-it-for__card {
    width: 36%;
  }

  .who-is-it-for__card__logo {
    justify-content: flex-start;
  }

  .who-is-it-for__description {
    text-align: center;
    width: 80%;
  }

  .who-is-it-for__title {
    margin-bottom: 96px;
  }

  .product-card,
  .who-is-it-for__card__title {
    text-align: left;
  }

  .get-on-board {
    padding: 96px 64px;
  }

  .how-to-use {
    border-radius: 12px;
    padding: 120px 64px;
  }

  .how-to-use__title {
    width: auto;
    margin-bottom: 84px;
  }

  .how-to-use__cards {
    flex-direction: row;
    justify-content: center;
    column-gap: 100px;
    width: fit-content;
  }

  .how-to-use__card {
    width: 440px;
    padding: 16px 50px 64px;
  }

  .other-products {
    padding: 0;
    width: 50%;
  }

  .page-footer {
    display: flex;
    flex-direction: row-reverse;
  }

  .other-products__title {
    text-align: left;
  }

  .other-products__wrapper {
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .product-card {
    width: 50%;
  }

  .footer {
    background: #ffffff;
    width: 25%;
    padding: 0;
    text-align: left;
  }

  .footer__copyright {
    background: #ffffff;
  }

  .footer p {
    color: #001828;
  }

  .page-footer {
    display: flex;
    /* justify-content: space-between; */
    padding: 96px 64px 64px;
  }

  .page-footer hr {
    display: block;
    background: #ddeaf1;
    opacity: 0.3;
  }

  .product-card__description {
    padding: 26px 0;
  }

  .primary-btn {
    font-size: 16px;
    width: 180px;
  }

  .footer_terms {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: max-content;
  }

  .footer img {
    height: 54px;
  }
}

@media screen and (min-width: 1400px) {
  .section-header,
  .section-what-is-pcm,
  .section-steps-cards,
  .section-benefits,
  .section-who-is-it-for,
  .section-get-on-board,
  .section-how-to-use {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__body,
  .what-is-pcm,
  .steps-cards,
  .benefits,
  .who-is-it-for,
  .get-on-board,
  .how-to-use {
    width: 63vw;
  }

  .header__body,
  .what-is-pcm,
  .steps-cards {
    padding: 0;
  }

  .benefits,
  .how-to-use {
    padding: 120px 0;
    margin: 0;
  }

  .benefits__cards__wrapper {
    padding: 0;
  }

  .how-to-use__cards {
    justify-content: space-between;
    column-gap: 64px;
  }

  .who-is-it-for__cards {
    justify-content: space-between;
  }

  .who-is-it-for__card {
    width: 40%;
  }

  .header__body {
    gap: 100px;
  }
}

@media screen and (min-width: 1600px) {
  .header__body__illustration,
  .what-is-pcm__img {
    margin-right: 100px;
  }
}

.bg--white {
  background: #ffffff;
}

.bg--blue {
  background: #0045f8;
}

.bg--light-blue {
  background: #007cff;
}

.bg--orange {
  background: #dc501e;
}

.text--white {
  color: #ffffff;
}

.text--black {
  color: #000000;
}

.text--center {
  text-align: center;
}

.font-bold {
  font-weight: bold;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.space-arround {
  display: flex;
  justify-content: space-around;
}

li {
  list-style-type: none;
}

.flex-column {
  flex-direction: column;
}

.other-products__title.text--heading > .text-bold {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.text-bold {
  font-weight: 700;
}

.footer .footer__icon {
  height: 30px;
  width: 30px;
  margin: 20px 12px 0 0;
}

.text-decoration-none {
  text-decoration: none;
}
.product-card img {
  width: 100%;
  height: 37px;
  object-fit: contain;
}