@media (min-width: 768px) {

  body{
    background-color: #FBE7EB; /*#E3B69B*/
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: Sofia Pro, 'sans-serif';
  }

  *{
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
         text-rendering: optimizeLegibility;
          -webkit-font-smoothing: subpixel-antialiased;

  }


  .speech{
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
  }

  .policy-holder{
    max-width: 1000px;
    width: 78%;
    padding: 80px 0px;
    line-height: 1.5;
    margin: auto;
  }

  .litur-header{
    margin: auto;
    position: relative;

  }

  .litur-header-bg{
    position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 9;
  }

  .litur-screenshots{
    display: flex;
    margin-top: 110px;
    align-items: flex-start;
    justify-content: center;
  }


    .litur-screenshots.ipad img{
      width: 640px;
      margin: 0px 4px;
    }

  .litur-screenshots img{
    width: 98%;
    margin: 0px 4px;
  }

  .litur-screenshots img.mac{
    /*width: 654px;*/
    margin-top: -90px
  }

  .litur-bg-one{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 580px;
  }

  .litur-bg-two{
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -255px;
    height: 510px;
  }

  .large-header{
    font-size: 54px;
    font-weight: 900;
  }

  .mini-header{
    margin-top: 20px;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5
  }



  .litur-video{
    background-color: #522960;
    padding: 95px 0px;
  }

  .litur-design-new{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .litur-history{
    background: #522960;
    color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }


    .litur-first-part{
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 0px 0px;
    }

    .litur-first-part img{
      width: 98%;
      max-width: 1440px;
    }

    

      .litur-second-part{
        margin-top: 90px;
        width: 700px;
        display: flex;
        padding-right: 0px;
  justify-content: center;
  flex-direction: column;
      }

.litur-combinations{
  position: relative;
  background: #522960;
    color: #ffffff;
}

.litur-anchor{
  
  padding: 0px 0px 80px;
  display: flex;
  align-items: center;
        flex-direction: column;
}

.litur-anchor .anchor_image{
  width: 98%;
  max-width: 1440px;
}

  .litur-combinations-content{
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
justify-content: center;
align-items: center;
    padding: 50px 0px;
    z-index: 11;
  }

  .litur-combinations-content img{
    width: 98%;
    max-width: 1440px;
  }

  .section-container-parent{
    display: flex;
align-items: flex-start;
  }

  .section-container{
    max-width: 420px;
      width: 50%;
display: flex;
flex-direction: column;
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
  }

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

  .litur-codes img{
    width: 98%;
    max-width: 1440px;
  }

  .litur-product-fac{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

.litur-product-fac.top{
  padding: 0px 0px 80px;
  background: #522960;
  color: #ffffff;
}

.litur-product-fac.bottom{
  margin-bottom: 60px;
}

  .litur-product-fac img{
    width: 85%;
    max-width: 1440px;
    margin: 30px 0px;
  }

  .litur-product-fac img.small{
    width: 90%;
    max-width: 1440px;
  }

  .section-container.right{
    justify-content: flex-end;
    align-items: flex-end;
        text-align: right;
  }

  .section-container.left{
    justify-content: flex-start;
    align-items: flex-start;
  }

  .litur-comb-bg-one{
    background: #4FFFFB;
    width: 50%;
    flex-grow: 1;
  }

  .litur-comb-bg-two{
    background: #4FA9FE;
    width: 50%;
    flex-grow: 1;
  }




    .litur-video-container.space{
      margin-top: 80px;
    }

  .litur-video-container{
    max-width: 900px;
    width: 70%;
    background-color: #000;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.4);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.4);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
margin: auto;
height: 500px;
border-radius: 7px;
position: relative;
  }

  .litur-video-container iframe{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  .litur-bg-three{
    position: absolute;
    bottom: 20px;
    right: 0px;
    height: 510px;
  }

  .litur-header-container{
    width: 90%;
    max-width: 1440px;
    z-index: 10;
    margin: auto;
    display: flex;

    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 80px;
  }

  .litur-header-container.no-bum{
    padding-bottom: 0px;
  }


  .litur-header-bar{
    width: 100%;
    max-width: 2000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    padding: 20px 0px;
    /*border-bottom: #737373 1px solid;*/
    box-shadow: 0 1px 0 rgba(38,52,74,.15);
  }

  .header_logo{
    width: 100px;
    margin-bottom: 30px;
  }

  .logo{
    height: 32px;
  }

  .ph-link{
    
    display: inline-block;
  }

  .ph-link-case{
    margin-top: 60px;
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .lizho-wrapper{
    font-size: 18px;
    padding-bottom: 80px;
  }

  .lizho-logo{
    width: 80%;
    max-width: 500px;
  }


  .buttons{
    display: flex;
  }

  .update-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 14px;
    padding-top: 2px;
  }

/* a:nth-of-type(1), .buttons a:nth-of-type(2)*/
  .buttons a{
    text-decoration: none;
    padding: 11px 18px 9px;
    color: #000000;
    border-radius: 4px;
  }

  .litur-footer{
    /*background: #f99700;*/
    width: 80%;
margin: auto;
max-width: 1200px;
    box-shadow: 0 -2px 0 rgba(38,52,74,.15);
    padding: 40px 0px 20px;
    text-align: center;
  }


.litur-footer .mini-header{
  margin-bottom: 20px;
  display: inline-block;
}



.other-apps{
  display: block;
  margin-top: 10px;
}

.attribution{
  margin-top: 50px;
  display: inline-block;
  font-size: 14px;
}

.attribution i{
  color: #D0021B;
}

.last-words{
  line-height: 1.6;
}

.last-words-link{
  margin-top: 20px;
}

  .section-header{
    font-weight: bold;
    font-size: 34px;
    display: block;
  
  }

  .section-header .tag{
    font-size: 12px;
    padding: 5px 10px 4px;
    background-color: black;
    border-radius: 20px;
    color: #ffffff;
    margin-left: 10px;
    font-weight: normal;
  }

  .section-content{
    font-size: 19px;
    display: block;
    line-height: 1.6;
  }

  .policy-holder strong{
    margin-bottom: 5px;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
  }

  .policy-holder span{
    display: block;
    font-weight: bold;
    margin: 30px 0px 10px;
  }

  .storelinks{
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .storelink{
    background-color: #D4C3C6;
    border-radius: 15px;
    padding: 20px 10px 10px;

    flex-direction: column;
    display: flex;
    align-items: center;
    width: 192px;
    gap: 10px;
    /* justify-content: space-between; */
  }

  .HW_badge{
    line-height: 18px !important;
  }

  .platform_icon{
    height: 80px;
  }


  .platform_text{
    font-size: 16px;
    font-weight: bold;
  }

  .platform_spacer{
    flex: 1;
  }

  .appstorelink img{
    height: 40px;
  }

  .appstorelink button, .try{
    text-decoration: none;
    color: #ffffff;
    
    background: #0E6300;
    font-size: 16px;
    width: 156px;
    padding-top: 4px;
    border-radius: 6px;
    height: 44px;
    border: none;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    font-family: Sofia Pro, 'sans-serif';
    outline: none;
    resize: none;
    cursor: pointer;
  }

  .namecontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
  }

  .namecontainer .namelabel{
    font-size: 16px;
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
  }


}
