section.header {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    padding: 60px 0;
    margin-bottom: 50px;
}

section.header .top-header img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    opacity: 0.2;
    object-fit: cover;
}

section.header h1 {
    font-size: 44px;
    color: #6ea93e;
    max-width: 100%;
    /* font-weight: bold; */
}

section.content h2 {
    font-size: 24px;
    color: #6ea93e;
    max-width: 100%;
    margin-bottom: 30px;
    /* font-weight: bold; */
}

section.content .scrollspy-content {
    margin-bottom: 80px;
}

section.content p {
    text-align: justify;
}

.content-description a {
    color: #6ea93e;
    text-decoration: none;
}

.content-description a:hover {
    color: #3d3d3d;
    text-decoration: underline;
}

.content-description img {
    width: 100%;
    max-width: 600px;
}

.content-description .level-1 {
    margin-left: 30px;
}

.content.description .left-navigation-card {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.21);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.21);
    -webkit-transition: 0.5s ease box-shadow;
    -o-transition: 0.5s ease box-shadow;
    transition: 0.5s ease box-shadow;
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 0;
    margin-bottom: 20px;
    top: 120px;
}

.content.description .left-navigation-card .breadcrumbs {
    color: #6ea93e;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
}