html{

    font-size:16px;

}

body{

    font-family:
    Inter,
    "Segoe UI",
    Arial,
    sans-serif;

    color:var(--text);

    line-height:1.7;

    background:var(--background);

}

h1,
h2,
h3,
h4,
h5{

    color:var(--text);

    line-height:1.2;

    font-weight:700;

}

h1{

    font-size:3.8rem;

}

h2{

    font-size:2.7rem;

}

h3{

    font-size:1.6rem;

}

h4{

    font-size:1.2rem;

}

p{

    color:var(--text-light);

}

.section-title{

    max-width:700px;

    margin-bottom:20px;

}

.section-description{

    max-width:760px;

    margin-bottom:50px;

}

.text-center{

    text-align:center;

}

@media(max-width:992px){

h1{

font-size:2.7rem;

}

h2{

font-size:2.1rem;

}

}