#hero-green {
    /*background-image: url("/img/construction-certification-hero.jpg"), linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));*/
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0px;
}

#hero-green h1 {
    color: black !important;
    font-family: Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 30px;
    z-index: 1;
}

.accordion-button {
    text-align: left;
}

.accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #2c7a48;
    background-color: #d5f5e0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c7a48'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.cscs-green-card-page h2 {
    color: #2c7a48;
    font-size:28px;
}

@media screen and (max-width:767px) {
    .clickthebutton{
        text-align: center;
        font-size: 20px;
    }

    .grey-section .row {
        --bs-gutter-x: 0;
    }

    .grey-section .container{
        width: 100%;
    }
}

h1 {
    color: #2c7a48;
    font-size: 30px;
}

h2{
    color: #2c7a48;
    font-size: 30px;
}

.kiscim{
    font-weight: bold;
}

.circle-chart__circle {
    transform: rotate(-90deg);
    transform-origin: center;
}

.circle-chart__circle.start {
    animation: circle-chart-fill 4s reverse;
}

@keyframes circle-chart-fill {
    to { stroke-dasharray: 0 100; }
}

.circle-holder{
    position: relative;
}

.count{
    display: block;
    position: absolute;
    top: calc( 50% - 25px );
    left: calc( 50% - 50px );
    z-index: 3;
    width: 100px;
    height: 50px;
    font-size: 40px;
    margin: auto;
}

.count::after{
    content: '%'
}

.animdesc{
    font-size: 18px;
    color: #2c7a48;
    line-height: 1em;
}

.comp{
    margin-bottom: 0;
}

.text-center.text-md-start ol,
.text-center.text-md-start ul {
    text-align: left;
}
