@media (max-width: 767px) {

  body{
    background-color: #FBE7EB; /*#E3B69B*/
    margin: 0px;
    padding: 0px;
    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;

  }


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


  .speech{
    margin-top: 20px;
padding: 0px 20px;
font-size: 19px;
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: 60px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }

  .litur-screenshots.ipad img{
    width: calc(100% - 14px);
    margin: 0px 4px;
  }

  .litur-screenshots img{
    width: calc(50% - 14px);
    margin: 0px 6px;
  }

  .litur-screenshots img.mac{
    width: calc(100% - 14px);

  }

  /*.litur-screenshots img:nth-of-type(3){
    display: none;
  }*/

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

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

  .large-header{
    font-size: 44px;
    font-weight: 900;
    text-align: center;
    padding: 0px 20px;
  }

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

  .platform_icon{
    width: 100px;
  }

  .storelinks{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:15px;
  }

  .storelink{
    background-color: #D4C3C6;
    border-radius: 15px;
    padding: 10px;
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 92%;
    gap: 10px;
  }

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

  .appstorelink img{
    height: 40px;
  }

  .appstorelink button{
    text-decoration: none;
    color: #ffffff;
    margin: 0px 10px 10px;
    padding: 3px 38px 0px;
    background: #0E6300;
    font-size: 18px;
    border-radius: 6px;
    height: 40px;
    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;
  }

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

  .litur-history{
    display: flex;
    flex-direction: column-reverse;
    background: #522960;
    color: #ffffff;
  }

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

  .litur-combinations-content{
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
      align-items: center;
    padding: 20px 0px;
    z-index: 11;
  }

  .litur-combinations-content img{
    width: calc(100% - 20px);

  }

  .section-container{
    width: 100%;
  display: flex;
  flex-direction: column;
      padding: 40px 20px 30px;
  }

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

  .litur-codes img{
    width: 90%;
    max-width: 1140px;
  }

  .litur-product-fac.top{
    background: #522960;
    color: #ffffff;
  }

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

  .section-container.left{
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0px;
  }

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

  .litur-product-fac.bottom{
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .litur-product-fac.bottom .section-content{
    text-align: center;
    padding: 0px 20px;
  }

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

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



  .litur-first-part{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .litur-first-part img{
    width: calc(100% - 20px);
  }

    .litur-second-part{
      padding: 40px 20px 20px;
      display: flex;
  justify-content: center;
  flex-direction: column;
      width: 100%;
    }

    .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: 310px;
  }

  .litur-header-container{
    width: 100%;
    z-index: 10;
    margin: auto;
    display: flex;

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

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

  .namecontainer{
    display: none;
    margin-bottom: 30px;
    align-items: center;
    text-decoration: none;
    color: #000000;
  }

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

  .buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .buttons a{
    text-decoration: none;
    padding: 11px 18px 9px;
    color: #000000;
    border-radius: 4px;
  }

  .logo{
    height: 52px;
  }

  .litur-footer{
    box-shadow: 0 -2px 0 rgba(38,52,74,.15);
    padding: 40px 0px 20px;
    text-align: center;
  }

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


  .litur-header-container.no-bum{
    padding-bottom: 0px;
  }
  
  .ph-link-case{
    margin-top: 60px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .lizho-wrapper{
    font-size: 18px;
    padding: 0px 15px 40px;
  }

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


  .attribution{
  margin-top: 50px;
  display: inline-block;
  font-size: 12px;
  padding: 0px 40px;
  line-height: 1.5;
  }

  .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;
  }

  .litur-product-fac img{
    width: calc(100% - 20px);
    margin: 0px 0px 30px;
  }

  .litur-product-fac img.small{
width: calc(100% - 30px);
  }

  .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;
  }

}
