html,body,main,header,footer,p,li,span,div,ol,td,th,articl,section,a {
margin: 0;
padding: 0;
line-height: 1.6;
font-size: 14px;
}
img {
max-width: 100%;
}
.hidden {
display: none;
}
.text-center {
text-align: center;
}
body > div {
max-width: 1440px;
margin: auto;
position: relative;
}
main {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
main > div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-content {
/* max-width: 700px; */
margin: auto;
margin-bottom: 68.5px;
}
.button {
/* line-height: 19px; */
line-height: 25px;
background: #231815;
color: #fff;
display: inline-block;
text-decoration: none;
/* width: 197px; */
width: 230px;
/* font-size: 12px; */
font-size: 15px;
font-family: 'Lato', sans-serif;
}
@media(max-width: 767px){
}
