*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html{
    overflow-x: hidden;
    touch-action:none;
    touch-action:pan-y;
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    background-color: #ffffff;
    color: #3d4853; */
}
*{
    outline-color: transparent !important;
}
a:hover,
a {
    color: inherit;
    text-decoration: none;
}
p {
    /* color: #3d4853; */
    margin-bottom: 20px;
    line-height: 2;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
ul{
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
}
