* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;

}
a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
}
ul{ 
    margin:0px; 
    padding:0px; 
    list-style-type:none;
 } 
 input{
     border: none;
     outline: none;
 }

 @media screen and (max-width: 768px) {
    .tact_right {
        font-size: 16px;
    }
    html,
    body {
        font-size: 13.333333vw;
    }
}