:root{
    --color-primary-6: #1d4933;
    --color-primary-2: #1d4933;
    --color-primary: #1d4933;
}

.is-rounded{
    /*border-radius: 2rem;*/
}

.block-theme-dark{
    background: url(../assets/images/footer/footer-bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-header{
    margin-bottom: 4rem;
}
/*.column-element .section-header{*/
/*    margin-bottom: 0px*/
/*}*/

[data-content-block-id="520"]{
    .icon{
        display: none !important;
    }
}

.rich-text{
    p:not(:last-of-type){
        margin-bottom: 1rem;
    }
    p:last-of-type{
        margin-bottom: 0px;
    }

    h2, h3, h4, h5{
        margin-bottom: 1.5rem;
        margin-top: 2rem;
    }
}

.text-normal{
    &, p, li, ul, strong{
        line-height: 1.5;
        font-size: 20px;
    }
    &, p, li, ul{
        font-weight: 500;
    }
}

html{
    scroll-behavior: smooth !important;

}
*{
    scroll-margin-top: 100px;
}

.swiper-slide{
    background-color: transparent;
}