.jflex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.jcsb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pre-label{
    text-align: center;
    color: #8386A5;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.88px; 
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-top: 64px;
}
.label-integr{
    color: #151837;
    text-align: center;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px; 
    letter-spacing: -1.8px;
    margin-top: 11px;
}
.integr-wrap-decrip{
    color: #151837;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.45px;
    margin-top: 18px;
}
.integr-wrap-label{
    color: #151837;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.5px; 
    letter-spacing: -1.15px;
}
.wrap-integration{
    width: 100%;
    margin-top: 120px;
}
.img-integration{
    max-width: 580px;
    width: 100%;
}
.img-integr{
    width: 100%;
}
.text-info-integration{
    max-width: 580px;
}
.main-wrap{
    padding-bottom: 120px;
}
@media (max-width:1205px){
    .img-integration{
        max-width: 450px;
    }
    .integr-wrap-decrip{
        font-size: 15px;
        line-height: 24px;
    }
    .integr-wrap-label{
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 42.5px;
    }
    .label-integr{
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 51.75px;
    }
}
@media (max-width:1005px){
    .wrap-integration{
        flex-direction: column-reverse;
        margin-top: 60px;
    }
    .text-info-integration{
        max-width: 450px;
    }
}