.about {
    position: relative;
}
.about--title {
    margin-bottom: 40px;
}
.about__block {
    border-radius: 26px;
    border: 2px solid rgba(255, 255, 255, 1);
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.24) 0%, rgba(254, 254, 254, 0.24) 99.25%);
    box-shadow: -14px 56px 51px -29px rgba(183, 187, 191, 0.24);
    backdrop-filter: blur(10px);
    padding: 33px 40px;
    display: flex;
    align-items: center;
    width: calc(100% - 116px);
    margin-left: 95px;
    margin-bottom: 40px;
}
.about__block__left {
    width: 257px;
    flex: none;
    position: relative;
    padding-right: 96px;
}
.about__block__left:after {
    content: "";
    position: absolute;
    right: 48px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
}
.about__block--num {
    display: flex;
    align-items: center;
    font-size: 50px;
    line-height: 60px;
    font-family: Montserrat, serif;
    color: #004E86;
    font-weight: 600;
    text-transform: uppercase;
}
.about__block--num span {
    margin-left: 17px;
    font-weight: 400;
}
.about__block--numDesc {
    color: #004E86;
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.about__block__right {
    flex: 1;
    color: #383838;
    font-family: Mulish, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}
.about__items {
    display: flex;
    column-gap: 40px;
    margin-left: 24px;
    max-width: 958px;
    width: 100%;
}
.about__items__right {
    display: flex;
    column-gap: 40px;
}
.about__item {
    padding: 16px 30px 30px 30px;
    gap: 24px;
    border-radius: 13px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
}
.about__item--num {
    display: flex;
    align-items: center;
    font-size: 50px;
    line-height: 60px;
    font-family: Montserrat, serif;
    color: #004E86;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}
.about__item--num span {
    margin-left: 17px;
    font-weight: 400;
}
.about__item--num sup {
    font-size: 30px;
    margin-top: -22px;
}
.about__item--text {
    color: #004E86;
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}
.aboutBlurArrow {
    position:absolute;
    left: -935px;
    bottom: -261px;
    width:1018px;
    height:656px;
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    background: rgba(81,170,233,0.06);
    mask-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1018 656'>\
<path fill='white' d='M1017.61 655.296L920.888 266.168L805.85 346.27L327.204 31.8369C141.605 -56.1035 45.9478 66.034 45.9478 66.034C-63.94 192.457 57.7845 318.207 57.7845 318.207C71.1498 218.321 167.179 232.769 167.179 232.769L577.084 505.097L453.926 591.058L1017.61 655.296Z'/>\
</svg>");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1018 656'>\
<path fill='white' d='M1017.61 655.296L920.888 266.168L805.85 346.27L327.204 31.8369C141.605 -56.1035 45.9478 66.034 45.9478 66.034C-63.94 192.457 57.7845 318.207 57.7845 318.207C71.1498 218.321 167.179 232.769 167.179 232.769L577.084 505.097L453.926 591.058L1017.61 655.296Z'/>\
</svg>");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    .about--title {
        margin-bottom: 30px;
    }
    .about__block {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 18px;
        padding: 18px 60px 18px 34px;
    }
    .about__block--num {
        font-size: 40px;
        line-height: 48px;
    }
    .about__block--num span {
        margin-left: 8px;
    }
    .about__block--numDesc {
        font-size: 15px;
        line-height: 18px;
    }
    .about__block__left {
        padding-right: 44px;
        width: 174px;
        min-height: 112px;
        display: grid;
        align-items: center;
    }
    .about__block__left:after {
        right: 22px;
    }
    .about__block__right {
        font-size: 16px;
        line-height: 21px;
    }
    .about__items {
        margin-left: 0;
        max-width: 100%;
        column-gap: 12px;
        row-gap: 12px;
    }
    .about__items__right {
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 12px;
        flex: 1;
    }
    .about__items__right .about__item {
        width: 100%;
    }
    .about__item {
        padding: 25px 30px;
    }
    .about__item--num {
        font-size: 40px;
        line-height: 48px;
    }
    .about__item--num span {
        margin-left: 8px;
    }
    .about__items>.about__item {
        width: 240px;
    }
    .about__items__right .about__item>div {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .about__item--text {
        font-size: 15px;
        line-height: 16px;
    }
    .aboutBlurArrow {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .about--title {
        text-align: center;
    }
    .about__block {
        flex-wrap: wrap;
        padding: 26px 20px;
        margin-bottom: 14px;
    }
    .about__block__left {
        padding-right: 0;
        width: 100%;
        min-height: auto;
        text-align: center;
    }
    .about__block__left:after {
        display: none;
    }
    .about__block__right {
        width: 100%;
        text-align: center;
        font-size: 15px;
        margin-top: 15px;
        line-height: 18px;
    }
    .about__block--num {
        display: block;
        font-size: 34px;
        line-height: 41px;
    }
    .about__block--num span {
        margin-left: 5px;
    }
    .about__items>.about__item {
        width: 100%;
    }
    .about__items__right {
        column-gap: 14px;
        row-gap: 14px;
    }
    .about__items__right .about__item>div {
        display: block;
    }
    .about__item {
        padding: 22px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .about__item--num {
        display: block;
        font-size: 34px;
        line-height: 41px;
    }
    .about__items {
        flex-wrap: wrap;
        column-gap: 14px;
        row-gap: 14px;
    }
}