.havosh-project-box{
    display:flex;
    flex-direction:column;
}

.havosh-project-row{

    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:20px;

    padding:14px 0;

    border-bottom:1px solid #EAEAEA;

}

.havosh-project-title{

    width:38%;

    font-weight:600;

    line-height:1.6;

    margin:0;

}

.havosh-project-value{

    flex:1;

    text-align:left;

    line-height:1.6;

    margin:0;

}