
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}

.auto-container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: static;
}

section {
    padding: 120px 0;
}

.heading {
    border-bottom: 1px solid #f7f8f9;
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    font-weight: 700;
}

p {
    font-size: 16px;
}









