.landing-page-section .content-wrapper .content {
  max-width: 100%;
}
.landing-page-section .content-wrapper .content .about-section {
  font-size: 1.6rem;
}
.landing-page-section .content-wrapper .content .about-section .title {
  font-weight: bold;
  line-height: 1.3;
}
.landing-page-section .content-wrapper .content .about-section .title,
.landing-page-section .content-wrapper .content .about-section .subtitle {
  margin-bottom: 3rem;
}
.landing-page-section .content-wrapper .content .about-section .subtitle {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: normal;
}
.landing-page-section .content-wrapper .content .about-section .instructions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-page-section .content-wrapper .content .about-section .instructions .instructions-item {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 2rem;
}
.landing-page-section .content-wrapper .content .about-section .instructions .instructions-item .description-icon {
  width: 4rem;
  height: 4rem;
  margin-right: 1.8rem;
}
.landing-page-section .content-wrapper .content .about-section .actions-container {
  margin-top: 3rem;
}
.landing-page-section .content-wrapper .content .about-section .actions-container .btn {
  padding: 0.6rem 2.7rem;
  font-size: 1.8rem;
  font-weight: normal;
}