


/*------------------------------------------*/
/* GENERAL FORM STYLES
/*------------------------------------------*/

.projekter{
    width: 100%;
    border-radius: 26px 26px 200px 26px;
    border-top: 6px solid var(--Light-Greyish, #00B30F);
    background: #FFF;
    box-shadow: -4px 25px 84.5px 0px rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 26px 26px 200px 26px;
    -moz-border-radius: 26px 26px 200px 26px;
    -ms-border-radius: 26px 26px 200px 26px;
    -o-border-radius: 26px 26px 200px 26px;
    min-height: 400px;
    padding: 60px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.projekter .title{
    color: #00B30F;
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
}

.projekter h6{
    color: #00B30F;
    font-weight: 500;
}

.projekter ul{
    padding-left: 5px;
}

.projekter li{
    list-style: none;
    position: relative;
    padding-left: 22px;
    line-height: 36px;
    font-size: 15px;
    color: #004E50;
}

.projekter li:after{
    color: #00B30F;
    content: '';
    position: absolute;
    left: 0;
    content: "\f058";
    font-family: "Font Awesome 6 Free";
}