.site-main{
    padding: 120px 0 80px;
}
.site-main h1{
    font-family: "Marcellus-Regular.ttf", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.46;
    color: #3C644D;
}
.site-main h2{
    font-family: "Marcellus-Regular.ttf", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.46;
    color: #3C644D;
}
.site-main h3{
    font-family: "Marcellus-Regular.ttf", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.46;
    color: #3C644D;
}
.site-main p, .site-main li{
    font-family: "Inter-Regular", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    color: #1E1E1E;
}
p:not(:last-child), ul:not(:last-child), ol:not(:last-child){
    margin-bottom: 24px;
}
.site-main ul{
    list-style-type: disc;
}
.site-main ol{
    list-style-type: decimal;
}
.site-main ul, .site-main ol{
    padding-left: 24px;
}
.site-main a{
    font-family: "Inter-SemiBold", sans-serif;
    color: #3C644D;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}
.rank-math-breadcrumb p, .rank-math-breadcrumb a{
    font-family: "Marcellus-Regular.ttf", sans-serif;
}
.rank-math-breadcrumb p{
    margin: 20px 0 50px;
}

@media(max-width:1024px){
    .site-main{
        padding: 70px 0 70px;
    }
}
@media(max-width:767px){
    .site-main{
        padding: 50px 0;
    }
    .site-main h1{
        font-size: 30px;
    }
    .site-main h2{
        font-size: 20px;
    }
    .site-main h3{
        font-size: 18px;
    }
    .site-main p, .site-main li{
        font-size: 14px;
    }
    p:not(:last-child), ul:not(:last-child), ol:not(:last-child){
        margin-bottom: 20px;
    }
    .rank-math-breadcrumb p{
        margin: 20px 0 30px;
    }
}