html,
input,
select {
    font-size: 20px;
    @media screen and (max-width: 1069px) {
        font-size: 18px;
    }
    @media screen and (max-width: 767px) {
        font-size: 16px;
    }
}
address {
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}
p {
    line-height: 1.4;
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0px;
}