.m-2 .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.m-2-left {
    width: calc(50% - 5px);
}

.m-2-right {
    width: calc(50% - 5px);
}

.m-2-left .section-title {
    width: calc(100% + 54px);
}

.m-2-text {
    color: rgba(34, 34, 34, 0.86);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 36px;
    width: 495px;
    max-width: 100%;
}

.m-2-text p {
    margin-bottom: 20px;
}

.m-2-text p:last-child {
    margin-bottom: 0;
}

.m-2-right-top {
    display: flex;
    justify-content: space-between;
}

.m-2-right-top-left {
    width: calc(100% - 271px);
    padding: 0 35px 45px 0;
    display: flex;
    flex-direction: column;
}

.m-2-right-top-right {
    width: 271px;
    height: 289px;
}

.m-2-right-top-right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.m-2-right-top-left-number {
    margin-left: auto;
    width: 221px;
    max-width: 100%;
    margin-bottom: 14px;
    color: #121212;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 59.45px;
    margin-top: auto;
}

.m-2-right-top-left-text {
    width: 221px;
    max-width: 100%;
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: auto;
}

.m-2-right-bot {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.m-2-right-bot:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjE0LjU3NjIiIHkxPSI0LjM3MTE0ZS0wOCIgeDI9IjE0LjU3NjIiIHkyPSIyNy4xNTE5IiBzdHJva2U9IiMyNjcyMUYiIHN0cm9rZS13aWR0aD0iMiIvPgo8bGluZSB5MT0iMTIuNTc1OSIgeDI9IjI3LjE1MTkiIHkyPSIxMi41NzU5IiBzdHJva2U9IiMyNjcyMUYiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.m-2-right-bot-left {
    width: calc(100% - 271px);
    height: 564px;
}

.m-2-right-bot-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.m-2-right-bot-right {
    width: 271px;
    padding: 55px 0 0 10px;
    display: flex;
    flex-direction: column;
}

.m-2-right-bot-right-number {
    color: #121212;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 59.45px;
    margin-bottom: 14px;
    margin-left: auto;
    width: 213px;
    max-width: 100%;
}

.m-2-right-bot-right-text {
    color: #121212;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: auto;
    width: 213px;
    max-width: 100%;
}

.m-2-bottom-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -210px;
    position: relative;
    z-index: 20;
}

.m-2-bottom-item {
    width: calc(33.333% - 60px / 3);
    padding: 50px 25px 25px 35px;
    background: #F8F8F8;
}

.m-2-bottom-item-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 34px;
}

.m-2-bottom-item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.m-2-bottom-item-title {
    color: #121212;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}

.m-2-bottom-item-text {
    color: rgba(34, 34, 34, 0.66);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

@media screen and (max-width: 1400px) {
    .m-2-left .section-title {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .m-2-left {
        width: 100%;
    }

    .m-2-right {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }

    .m-2-bottom-list {
        gap: 20px;
        margin-top: -120px;
    }

    .m-2-bottom-item {
        width: 100%;
        padding: 24px;
    }

    .m-2-right {
        margin-top: 20px;
    }

    .m-2-right-top-right {
        width: 180px;
    }

    .m-2-right-top-right img {
        object-position: left center;
    }

    .m-2-right-top-left {
        width: calc(100% - 180px);
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .m-2-right-bot-right {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        width: 180px;
    }

    .m-2-right-bot-left {
        width: calc(100% - 180px);
        height: 280px;
    }

    .m-2-bottom-list {
        margin-top: -40px;
    }

    .m-2-right-top-left-number,
    .m-2-right-bot-right-number {
        font-size: 42px;
    }
}





.partners-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.partners-item {
    width: calc(20%  - 96px / 5);
    height: 120px;
    display: block;
    position: relative;
}

.partners-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.m-6 + .partners {
    padding-top: 0;
}


@media screen and (max-width: 992px) {
    .partners-item {
        width: calc(33.33%  - 48px / 3);
    }
}

@media screen and (max-width: 767px) {
    .partners-item {
        width: calc(50%  - 24px / 2);
    }
}




























