.b2bAdv--title {
    margin-bottom: 63px;
}
.b2bAdv__items {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.b2bAdv__item {
    border-radius: 26px;
    border: 4px solid rgb(255, 255, 255);
    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: 50px;
    color: #383838;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.b2bAdv__item:nth-child(1) {
    width: 100%;
    display: flex;
    padding: 39px 28px 39px 48px;
    flex-direction: row;
}
.b2bAdv__item:nth-child(1) .b2bAdv__item__content {
    flex: 1;
    margin-right: 37px;
}
.b2bAdv__item:nth-child(1) .b2bAdv__item--text {
    line-height: 21px;
}
.b2bAdv__item:nth-child(2) {
    width: calc(100% - 504px);
    padding: 48px;
    height: 328px;
    display: flex;
    justify-content: center;
}
.b2bAdv__item:nth-child(2) .b2bAdv__item__content {
    max-width: 320px;
    width: 100%;
}
.b2bAdv__item:nth-child(3) {
    width: 484px;
    display: flex;
    padding: 37px;
    justify-content: flex-end;
    height: 328px;
}
.b2bAdv__item:nth-child(3) .b2bAdv__item__content {
    max-width: 280px;
    width: 100%;
}

.b2bAdv__item:nth-child(4) {
    width: 358px;
    height: 328px;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px 27px 29px;
}
.b2bAdv__item:nth-child(5) {
    width: calc(100% - 756px);
    height: 328px;
    display: flex;
    justify-content: flex-end;
    padding: 0 64px 27px 33px;
}
.b2bAdv__item:nth-child(6) {
    width: 358px;
    height: 328px;
    display: flex;
    justify-content: flex-end;
    padding: 0 29px 27px 29px;
}
.b2bAdv__item:nth-child(7) {
    width: 100%;
    display: flex;
    padding: 34px 28px 37px;
    justify-content: center;
    flex-direction: row;
    overflow: unset;
}
.b2bAdv__item:nth-child(7) .b2bAdv__item__content {
    max-width: 480px;
    text-align: center;
    z-index: 1;
}
.b2bAdv__item:nth-child(7) .b2bAdv__item--text {
    margin-top: 12px;
}
.b2bAdv__item__content {
    position: relative;
}
.b2bAdv__item--title {
    font-family: Montserrat, serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
}
.b2bAdv__item--text {
    font-size: 16px;
    line-height: 18px;
    margin-top: 5px;
}
.b2bAdv__item--text b {
    font-weight: 900;
    color: #2C63AC;
}
.b2bAdv__item--image1 {
    flex: none;
    width: 489px;
    position: relative;
    margin-top: -15px;
    height: calc(100% + 54px);
    overflow: hidden;
}
.b2bAdv__item--image1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.b2bAdv__item.whiteText {
    color: #fff
}
.b2bAdv__item--paper {
    position: absolute;
    width: 291px;
    left: -45px;
    bottom: -164px;
}
.b2bAdv__item--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.b2bAdv__item--image, .b2bAdv__item--image img {
    width: 100%;
    height: 100%;
}
.b2bAdv__item--image img {
    object-fit: cover;
    object-position: center top;
    display: block;
}

@media screen and (max-width: 1200px) {
    .b2bAdv--title {
        margin-bottom: 36px;
    }
    .b2bAdv__item--title {
        font-size: 24px;
        line-height: 29px;
    }
    .b2bAdv__item--text {
        font-size: 15px;
        line-height: 19px !important;
        margin-top: 10px;
    }
    .b2bAdv__item {
        height: 284px;
        padding: 42px;
    }
    .b2bAdv__item:nth-child(1) {
        padding: 32px 28px 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        order: 1;
    }
    .b2bAdv__item:nth-child(2) {
        width: 100%;
        height: 284px;
        order: 2;
    }
    .b2bAdv__item:nth-child(3) {
        width: 100%;
        height: 284px;
        order: 6;
        padding: 32px 28px 32px 42px;
        justify-content: center;
    }
    .b2bAdv__item:nth-child(4) {
        order: 4;
        width: calc(50% - 10px);
        height: 328px;
        padding: 0 15px 26px 41px;
    }
    .b2bAdv__item:nth-child(5) {
        order: 3;
        width: 100%;
        height: 284px;
        padding: 0 0 45px 45px;
    }
    .b2bAdv__item:nth-child(6) {
        order: 5;
        width: calc(50% - 10px);
        height: 328px;
        padding: 0 15px 38px 24px;
    }
    .b2bAdv__item:nth-child(7) {
        order: 7;
        height: 185px;
    }
    .b2bAdv__item:nth-child(1) .b2bAdv__item__content {
        margin-right: 0;
        flex: none;
    }
    .b2bAdv__item:nth-child(3) .b2bAdv__item__content {
        max-width: 310px;
    }
    .b2bAdv__item:nth-child(5) .b2bAdv__item__content {
        max-width: 350px;
    }
    .b2bAdv__item:nth-child(7) .b2bAdv__item--title {
        font-size: 26px;
        line-height: 31px;
    }
    .b2bAdv__item:nth-child(7) .b2bAdv__item__content {
        max-width: 420px;
    }
    .b2bAdv__item:nth-child(7) .b2bAdv__item--text {
        max-width: 300px;
        margin: 2px auto 0;
    }
    .b2bAdv__item--paper {
        width: 248px;
        right: 29px;
        bottom: -133px;
        left: auto;
    }
    .b2bAdv__item--image1 {
        width: 100%;
        margin-top: 40px;
        flex: 1;
    }
    .b2bAdv__item:nth-child(2) .b2bAdv__item__content {
        max-width: 300px;
    }
}

@media screen and (max-width: 700px) {
    .b2bAdv__item:nth-child(1) {
        height: 430px;
        padding: 28px 0 0;
    }
    .b2bAdv__item:nth-child(1) .b2bAdv__item__content {
        padding: 0 26px;
    }
    .b2bAdv__item--title {
        font-size: 20px;
        line-height: 24px;
    }
    .b2bAdv__item--text {
        font-size: 14px;
        line-height: 17px !important;
    }
    .b2bAdv__item--image1 {
        margin-top: 29px;
    }
    .b2bAdv__item:nth-child(2) {
        height: 406px;
        justify-content: flex-start;
        padding: 24px;
    }
    .b2bAdv__item:nth-child(3) {
        padding: 0 24px 29px;
        justify-content: flex-end;
        height: 430px;
    }
    .b2bAdv__item:nth-child(5) {
        height: 410px;
        padding: 24px 24px 35px;
    }
    .b2bAdv__item:nth-child(4) {
        width: 100%;
        height: 336px;
        padding: 0 24px 26px;
    }
    .b2bAdv__item:nth-child(6) {
        width: 100%;
        height: 336px;
        padding: 0 24px 23px;
    }
    .b2bAdv__item:nth-child(7) {
        height: 388px;
        padding: 30px;
        align-items: center;
    }
    .b2bAdv__item:nth-child(7) .b2bAdv__item--title {
        font-size: 22px;
        line-height: 26px;
    }
    .b2bAdv__item:nth-child(7) .b2bAdv__item--text {
        font-size: 15px;
        line-height: 18px !important;
        margin: 10px auto 0;
    }
    .b2bAdv__item--paper {
        display: none;
    }

}