html,
input,
select,
textarea {
    font-size: 22px;
    @media screen and (max-width: 767px) {
        font-size: 17px;
    }
}
body {
    margin: 0px;
}
address {
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 500;
    margin: 0px;
}
p {
    line-height: 1.5;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0px;
}
li {
    line-height: 1.5;
}