.section-container{
    padding: 96px 112px;
    border-radius: 16px;
}
.section_title{
    color: var(--black);
    text-align: center;
}
.section_subtitle{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Text-secondary);
    max-width: 564px;
    margin: auto;
    text-align: center;
    margin-top: 16px;
}
.block_repeater{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 16px;
    margin-top: 48px;
}
.block-main{
    display: flex;
    width: calc((100% / 2) - 8px);
    padding: 24px;
    background: var(--white);
    border-radius: 8px;
}
.block-main .standard_img{
    max-width: 48px;
    height: 48px;
    margin-right: 24px;
}
.ar .block-main .standard_img{
    margin-left: 24px;
    margin-right: 0;
}
.block-text_title{
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: var(--black);
    margin-bottom: 18px;
    margin-top: 13px;
}
.ar .block-text_title{
    text-align: right;
}
.block-text_subtitle{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: var(--black);
}
.ar .block-text_subtitle{
    text-align: right;
}
.section-container .btn{
    margin: auto;
    margin-top: 48px;
}

@media (max-width: 1199px) {
    .section-container{
        padding: 64px 20px 20px;
    }
    .block_repeater{
        flex-direction: column;
        margin-top: 40px;
    }
    .block-main{
        width: 100%;
    }
    .section-container .btn{
        margin-top: 40px;
    }
}

@media (max-width: 640px) {
    .section-container{
        padding: 48px 16px 16px;
    }
    .block_repeater{
        margin-top: 32px;
    }
    .block-main{
        flex-direction: column;
    }
    .block-text_title{
        margin-top: 24px;
        margin-bottom: 8px;
    }
    .section-container .btn{
        margin-top: 32px;
    }
}




/*about page*/
.section-about_block_center_with_background {
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0.00) 30%), url('../../images/aa33b375d4a8b036e64e87e06372bddb.png') lightgray 50% / cover no-repeat, #FFF;
    /*background: url('../../images/aa33b375d4a8b036e64e87e06372bddb.png') center / cover no-repeat;*/
    /*background:*/
    /*        linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 30%),*/
    /*        url('../../images/aa33b375d4a8b036e64e87e06372bddb.png') center / cover no-repeat,*/
    /*        #FAFAFA;*/
    /*background:*/
    /*        url('../../images/aa33b375d4a8b036e64e87e06372bddb.png') center / cover no-repeat,*/
    /*        linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 30%),*/
    /*        #FAFAFA;*/
    /*background:*/
    /*        linear-gradient(180deg, rgba(211, 211, 211, 0.5) 0%, rgba(211, 211, 211, 0) 30%),*/
    /*        url('../../images/aa33b375d4a8b036e64e87e06372bddb.png') center / cover no-repeat,*/
    /*        #FAFAFA;*/
    background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 30%),
    url('../../images/pink-bg.png') center / cover no-repeat,
    lightgray;


/*url('../../images/aa33b375d4a8b036e64e87e06372bddb.png');*/
/*    background-color: lightgray;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-blend-mode: overlay;*/

    padding: 96px 0;
}

.section-about_block_center_with_background .section-container {
    max-width: 956px;
    background-color: transparent;
    padding: 0;
    margin: auto;
}

.section-about_block_center_with_background .block_repeater {
    gap: 24px;
}

.section-about_block_center_with_background .block-main {
    width: calc((100% / 2) - 12px);
    border: 1px solid #F0F0F0;
}

.section-about_block_center_with_background .block-text_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 150%;
    margin-top: 11px;
}

@media (max-width: 1199px) {
    .section-about_block_center_with_background .block_repeater {
        gap: 16px;
    }

    .section-about_block_center_with_background .block-main {
        width: 100%;
    }

    .section-about_block_center_with_background .block-main .standard_img {
        margin-bottom: 11px;
    }
}