.about_cover:before{
    content: '';
    background: linear-gradient(0deg, rgba(8, 9, 16, 0.82), rgba(8, 9, 16, 0.82));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.about_item_content{
    display: flex;
    justify-content: space-between;
}
.about_block .button_wrap{
    justify-content: center;
    margin-top: -30px;
    z-index: 2;
    position: relative;
}
.about_item_number p strong{
    color: #EC3235;
}
h4.about_item_title{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.about_item_number p{
    margin-bottom: 0;
    font-weight: 300;
    font-size: 64px;
    line-height: 82px;
    color: #353334;
}
.about_item_number p strong,
.about_item_number p{
    font-weight: 200;
}
.about_loop{
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    margin-top: -175px;
    background: #fff;
    position: relative;
}
.about_loop .about_item{
    position: relative;
}
.about_loop .about_item:first-child:after{
    content: '';
    background: #F8F8FA;
    width: 2px;
    height: calc(100% - 127px);
    top: 40px;
    position: absolute;
    right: -1px;
}
.about_item{
    flex-basis: 50%;
    padding: 55px 40px;
}
.about_item_photo{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    body .about_cover{
        padding-top: 50px;
    }
    body .about_item{
        padding: 20px;
    }
    body .about_block .button_wrap{
        margin-top: -25px;
    }
    body div .about_loop .about_item:first-child:after{
        right: 20px;
        top: unset;
        bottom: -1px;
        height: 2px;
        width: calc(100% - 40px);
    }
    body .about_loop{
        margin-top: -200px;
        flex-direction: column;
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    body .about_block .button_wrap{
        flex-direction: row;
    }
}
@media screen and (max-width: 991px) {
    body .about_item_number p{
        font-size: 48px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    body .about_item img{
        max-height: 190px;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    .about_item img{
        max-height: 280px;
    }
}
@media screen and (min-width: 1200px) {
    .about_item img{
        max-height: 370px;
    }
}
.about_cover{
    padding-top: 100px;
    padding-bottom: 230px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: relative;
}
.about_cover> div,
.about_cover h2,
.about_cover svg{
    position: relative;
    z-index: 2;
}
h2.about p{
    margin-bottom: 0;
    text-align: center;
}
h2.about{
    margin-bottom: 0;
    color: #fff;
}
.about_text p{
    margin-bottom: 0;
    text-align: center;
    color: #E0DEE8;
}