/*PROJECT PAGE STYLES*/
p{
    font-size: 16px;
}
.project-page__before{
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.before__row{
    display: block;
    /* align-items: center; */
}

.before__img{
    /* flex-grow: 1;
    flex-basis: 0; */
    width: 50%;
    float: right;
    margin-left: 20px;
}

.before__img img{
    max-width: 100%;
    width: auto;
    height: auto;
}

.before__content{
    flex-grow: 1;
    flex-basis: 0;
    padding-left: 70px;
    float: none;

}
.before__title{
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    color: #124a2f;
    padding-bottom: 20px;
}

.before__text{
    padding: 10px 0;
    padding-right: 15%;
    padding-bottom: 0px;
    background-image: url("images/single-service/arr_down.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    font-size: 24px;
    color: black;
    font-weight: 600;
    border-bottom: 0.5px solid;
    margin-bottom: 10px;
}

.before__text::after{
    content: '';


}

.activ{
    background-image: url("images/single-service/arr_up.png");
}


.before__content .entry-content p{
    margin-bottom: 30px;
    font-size: 20px;
}

/* .before__panel, .before-additional-list{
    display: none;
} */

@media screen and (max-width: 900px){
    .project-page__before {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .before__content {
        padding-left: 0px;
    }
    .before__title {
        font-size: 30px;
        margin-top: 10px;
    } 
}

.before-additional-list{
    color: #124a2f;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.before-text__hiden-part{
    display: none;
}


.service-img-1{
    margin: 5px;
}

@media screen and (max-width: 600px){
    .before__img{
        width: 100%;
        margin-bottom: 20px;
    }
}