

html {
    font-family: var(--font-family);
    line-height: 1.15;
    color: var(--main-green);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family);
    color: var(--main-green);
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: .7rem;
}

h4 {
    margin-bottom: 1rem;
}


h1 {
    font-size: 2.2em;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    color: var(--main-green);
    font-size: 1.8rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    color: var(--main-green);
    font-size: 1.8rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    h3 {
        font-size: 1.5rem;
    }
}

h5 {
    color: var(--main-black);
    font-size: 1em;
}

h4 {
    font-size: 1.6rem;
    color: var(--main-green);
}

p {
    font-family: var(--font-family);
    color: var(--black);
    font-size: 1em;
    margin-bottom: .5em;
}

p a {

}
h5.h5-line {
    border-top: 1px solid #31a973;
    padding: 10px 0px 26px 0px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    color: #31a973;
}
