
body {
  background-color: rgba(115, 159, 168, 0.125);
}
/*115, 159, 168, 0.125*/
/*85, 204, 228, 0.87*/


.section_wrap {
    background-color: rgba(87, 136, 152, 0.15);
    display: inline-block;
    box-sizing: border-box;
    padding: 40px;
    margin: 20px;

    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.301);
    border-radius: 16px;
    
}

/*101, 133, 143, 0.23)*/
/*173, 216, 230, 0.421*/
/*87, 136, 152, 0.15*/
.section_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #374959;
}

/*#374959*/
/*11, 25, 25, 0.815*/

.section_wrap p {
    border-top: solid 1px;
    border-top-color:  rgba(28, 63, 63, 0.815); 
    font-size: 18px;
    line-height: 1.6;
    color: rgba(11, 25, 25, 0.815);
}

.grid_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    place-items: center;
    margin-bottom: 20px;
}

.step_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

.step_box {
    background-color: rgba(220, 229, 232, 0.58);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*173, 216, 230, 0.421*/
/*220, 229, 232, 0.58*/

.step-n {
    -moz-border-radius: 20px;
    border-radius: 20px;
border-color:rgba(67, 123, 119, 0.582);
    background-color:rgba(68, 109, 129, 0.614);
color:white;
    
    font-size:1.3em;
}

.step-title {
    font-weight: bold;
}

.no_top_dash {
    border-top: none !important;
}



#title_overview {
    text-align:justify; 
    font-weight: bold; 
    margin:10px 10px 10px 0px; 
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #374959;
}

#about_project {
    grid-template-columns: 2fr 4fr;
}

#about_project_wrap {
    margin: 20px;
}

.grid_container img{
    
}

#cesam_ua_logo{
    height: 100px;
}

#eu_funded_logo {
    height: 150px;
    
}

#B3_logo {
    height: 150px;
}