.container{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 24px;
}

.section{
    padding:120px 0;
}

.section-title{
    font-size:56px;
    line-height:1.1;
    margin-bottom:20px;
}

.section-subtitle{
    color:var(--gray);
    max-width:700px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family:'Bebas Neue', sans-serif;
    font-weight:400;
    letter-spacing:1px;
}