.page-header {
  height: 240px;
  margin-bottom: 0px;
  background-size: cover; }
  .page-header .top-title {
    text-align: center; }
    .page-header .top-title h1 {
      margin-top: 20px;
      font-size: 26px;
      font-weight: 900;
      line-height: 1.15; }
    .page-header .top-title h2 {
      margin-bottom: 40px;
      font-size: 20px;
      font-weight: 300;
      line-height: normal;
      letter-spacing: normal; }
    .page-header .top-title.f-bigger h1 {
      font-size: 32px; }
    .page-header .top-title.f-bigger h2 {
      font-size: 24px; }

.section-title .h2, .section-title h1 {
  margin-top: 50px; }

.section-title h2, .section-title h3, .section-title .h3 {
  font-size: 14px;
  font-weight: normal;
  color: #5e6b79;
  line-height: 1.29;
  margin-top: 20px;
  margin-bottom: 25px; }

.section-title:first-child h3:first-child {
  margin-top: 30px; }

.how-it-works-container {
  border-radius: 10px;
  box-shadow: 0 13px 18px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  flex-direction: column;
  padding: 10px 10px;
  margin-bottom: 60px; }
  .how-it-works-container .step-card {
    width: 100%;
    margin: 20px 0px 30px; }
    .how-it-works-container .step-card .step-screen {
      width: 103px;
      height: 209px;
      padding: 6px 6px 6px 6px;
      background-position: top left;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../img/how_it_works/frame-1.png");
      flex-shrink: 0; }
      .how-it-works-container .step-card .step-screen img {
        width: auto;
        height: auto; }
    .how-it-works-container .step-card .step-info {
      flex-grow: 1;
      margin: 0px 10px; }
      .how-it-works-container .step-card .step-info .h3 {
        font-size: 22px;
        font-weight: 900;
        line-height: 1.14;
        color: #fe5b5c;
        margin-bottom: 0.5rem; }
      .how-it-works-container .step-card .step-info .step-text {
        font-size: 14px;
        line-height: 1.43;
        color: #5e6b79; }
      .how-it-works-container .step-card .step-info .step-text-lh {
        line-height: 1.71; }
      .how-it-works-container .step-card .step-info .step-number {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        margin: 0px 0px 10px 10px;
        background-color: #fe5b5c;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.04; }
      .how-it-works-container .step-card .step-info a {
        font-style: italic; }
        .how-it-works-container .step-card .step-info a:hover {
          color: #fe5b5c; }
    .how-it-works-container .step-card.step-left .step-screen {
      order: 2; }
    .how-it-works-container .step-card.step-left .step-info {
      order: 1;
      margin-left: 0px; }
      .how-it-works-container .step-card.step-left .step-info .h3 {
        order: 2; }
      .how-it-works-container .step-card.step-left .step-info .step-number {
        order: 1;
        margin-left: 0px;
        margin-right: 10px; }

@media (min-width: 768px) {
  .search-container {
    margin-left: auto;
    margin-right: auto; }
  .page-header {
    height: 600px;
    margin-bottom: 0px; }
    .page-header .top-title {
      text-align: left; }
      .page-header .top-title h1 {
        margin-top: 25px !important;
        margin-bottom: 20px !important;
        text-shadow: 2px 2px 2px rgba(45, 54, 64, 0.15);
        font-size: 46px;
        font-weight: 900;
        line-height: 1.52;
        letter-spacing: 0.5px; }
      .page-header .top-title h2 {
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 0px !important; }
      .page-header .top-title.f-bigger h1 {
        font-size: 46px; }
      .page-header .top-title.f-bigger h2 {
        font-size: 40px; }
  .section-title .h2, .section-title h1 {
    margin-top: 60px; }
  .section-title h2, .section-title h3, .section-title .h3 {
    font-size: 20px;
    line-height: 1.29;
    margin-top: 20px;
    margin-bottom: 40px; }
  .section-title:first-child h3:first-child {
    margin-top: 40px; }
  .how-it-works-container {
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent; }
    .how-it-works-container .step-card {
      position: relative;
      border-radius: 20px;
      box-shadow: 0 13px 18px 0 rgba(0, 0, 0, 0.16);
      background-color: #ffffff;
      padding: 25px;
      width: 90%;
      margin: 20px 0px; }
      .how-it-works-container .step-card .step-screen {
        width: 220px !important;
        height: 446px;
        padding: 12px;
        background-size: cover; }
        .how-it-works-container .step-card .step-screen img {
          width: auto;
          height: auto; }
      .how-it-works-container .step-card .step-info {
        margin-top: 30px; }
        .how-it-works-container .step-card .step-info .h3 {
          font-size: 32px;
          font-weight: 900;
          line-height: 1; }
        .how-it-works-container .step-card .step-info .step-text {
          font-size: 18px;
          line-height: 2; }
        .how-it-works-container .step-card .step-info .step-number {
          width: 60px;
          height: 60px;
          position: absolute;
          bottom: 70px;
          right: 50px;
          font-size: 200px;
          font-weight: 700;
          background-color: transparent;
          color: #737695;
          opacity: 0.2; }
      .how-it-works-container .step-card.step-left .step-number {
        left: 50px; } }

@media (min-width: 1200px) {
  .how-it-works-container .step-card {
    width: 48%;
    min-width: 400px; }
    .how-it-works-container .step-card:last-child {
      margin-left: auto;
      margin-right: auto; } }
