html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Golos Text";
}
body
{
    background-color: #ffffff;
}
.JhdaCcxbHwlfcUVYbGYfkoHVeqLsdF {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #222222;
}
h2 
{
    font-size: 3rem;
    line-height: 3.5rem;
}
p 
{
    font-size: 1rem;
    line-height: 1.5rem;
}

.sTNqQPBNMqPptYvvIKUSDqSXydxujI
{
    margin-top: 140px;
}

.FVdVItESxzqVqxvrfwGWAiSqjPdhQf 
{
    margin-bottom: 15px;
}
.gOpJUbBUwbpyAKqyAwryFxoGSsALNY 
{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.ARAtZtBEuxYzxfLlMcOApmzlBUrKrk 
{
    text-decoration: underline;
    color: black;
    margin-bottom: 15px;
}

@media(max-width: 600px)
{
    h2 
    {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    p 
    {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
    }
