html {
    font-size: 17px;
}

h1, .h1White {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 0rem;
}
h1 {
    color: #000000;
}
.h1White {
    color: #FFFFFF;
}

.h1SkyBlue{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.9rem;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #005920;
    letter-spacing: 0rem;
    margin-bottom: 50px;
}

.h1Grey{
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    color: #7F7F7F;
}

.h2Grey{
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 1.5rem;
    color: #7F7F7F;
}

.h2SkyBlue, .AGBLink, .h2White{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

.h2SkyBlue, .AGBLink {
    color: #005920;
}

.h2White {
    color: #FFFFFF;
}

.h3Green{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
    color: #005920;
    margin: 0;
    padding: 0;
}

.h3SkyBlue, .h3White{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}
.h3SkyBlue {
    color: #005920;
}
.h3White {
    color: #FFFFFF;
}

.h3Grey{
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2rem;
    color: #7F7F7F;
}

ul{
    margin: 0;
    padding: 0;
}

p, li, .pSkyBlue, .pWhite {
    font-family: 'WorkSans', sans-serif;
    font-size: 1.2rem;
    margin-top: auto;
    overflow-wrap: break-word;
    word-break: break-word;
}
p, .pWhite {
    font-weight: 400;
    text-align: justify;
}
li {
    text-align: left;
    font-weight: 400;
}
p {
    padding-bottom: 1rem;
}

.pSkyBlue{
    color: #005920;
    font-weight: 500;
    text-align: justify;
}

.pSmall{
    font-weight: 300;
    color: #FFFFFF;
    font-style: italic;
}

.pCopyRight{
    font-family: 'WorkSans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #000000;
    margin: 0;
    padding: 0;
}

.pWhite {
    color: #FFFFFF;
}

.SkyBlueLink{
    font-family: 'WorkSans', sans-serif;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    color: #005920;
}

.AGBLink{
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.SkyBlueLink:hover, .AGBLink:hover{
    color: rgb(150,150,150);
    text-decoration: none;
}

.TriangleList {
    list-style: none;
    margin-left: -2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    color: #FFFFFF;
}

.TriangleList li::before{
    content: "";
    display: inline-block;
    width: 2rem;
    height: 1.2rem;
    background-image: url('https://nanaart-design.info/check_filename.php?image=arrow_right02.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-top: 1rem;
}

p, .h3SkyBlue, .h3Grey, h1, .h2Grey, .h2SkyBlue, .h1SkyBlue, ul, li{
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 1000px)
{
    p, .pWhite {
        font-family: 'WorkSans', sans-serif;
        font-size: 1.1rem;
        font-weight: 400;
        text-align: left;
    }

    p, .h3SkyBlue, .h3Grey, h1, .h2Grey, .h1SkyBlue, ul, li, .pWhite {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pCopyRight {
        text-align: center;
    }
}
