.section-1-dezvoltator{
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.section-1-dezvoltator::before{
    display: none;
}
.section-1-dezvoltator .container{
    max-width: 800px;
}
.section-2-dezvoltator .box__loop{
    min-height: 170px;
}
.section-3-dezvoltator{
    overflow: hidden;
    padding: 0px 0 80px;
}
.section-3-dezvoltator .row{
    align-items: center;

}
.section-3-dezvoltator .content-general-custom{
    max-width: 480px;
}
@media screen and (max-width:991px){
.section-3-dezvoltator .row{
    gap: 30px
}
}
.box_s4_loop{
    padding: 15px;
    background: #F35257;
    border-radius: 20px;
}
.number_box{
    font-family: DM Serif Display;
font-weight: 400;
font-style: Regular;
font-size: 50px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%; 
color: #fff;

}
.title_text{
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    max-width: 140px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 20px 0 10px;
    color: #fff;
}
.content_text{
    min-height: 70px;
}
.content_text p{
    color: #fff;
    font-family: Satoshi;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    margin: 0;
}
.section-4-dezvoltator{
    padding: 80px 0;
}
.section-4-dezvoltator::before{
    top: 0;
    height: 100%;
}