.wp-block-zak-block-b2b-our-features {
    position: relative;
    margin: 0 -500%;
    padding: 50px 500%;
}

.wp-block-zak-block-b2b-our-features .wp-block-columns {
}

.wp-block-zak-block-b2b-our-features figure {
    width: 85px;
    object-fit: cover;
}

.wp-block-zak-block-b2b-our-features figure img {
    width: auto;
    height: auto;
    border-radius: 50px!important; /* must be important, otherwise it will be overwritten by (.wp-block-image:not(.is-style-rounded) img) selector of gutenberg - This affects the png icons on b2b homepage */
}

.wp-block-zak-block-b2b-our-features h2 {
    font-size: 30px;
}

.wp-block-zak-block-b2b-our-features h2.b2b-our-features-header {
    height: auto;
    font-size: 46px;
    letter-spacing: 1px;
    margin-top: 60px;
    margin-bottom: 72px;
}

.wp-block-zak-block-b2b-our-features .b2b-our-features-title {
    font-size: 22px;
}

.wp-block-zak-block-b2b-our-features h3 {
    font-size: 20px;
}

.wp-block-zak-block-b2b-our-features h2,
.wp-block-zak-block-b2b-our-features h3 {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 0;
}

.wp-block-zak-block-b2b-our-features p,
.edit-post-visual-editor .wp-block-zak-block-b2b-our-features p {
    height: 120px;
    width: 90%;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.wp-block-zak-block-b2b-our-features[data-extension=true] {
    padding-top: 1px;
    padding-bottom: 30px;
}
.wp-block-zak-block-b2b-our-features[data-extension=true] .b2b-our-features-header {
    display: none;
}
/* Editor */
.edit-post-visual-editor .wp-block-zak-block-b2b-our-features[data-extension=true] {
    top: -30px;
}

/*************
Style: Center
**************/
.wp-block-zak-block-b2b-our-features .b2b-center figure {
    margin: 0 auto;
}

.wp-block-zak-block-b2b-our-features .b2b-center h2,
.wp-block-zak-block-b2b-our-features .b2b-center h3 {
    text-align: center;
}

.wp-block-zak-block-b2b-our-features .b2b-center p {
    text-align: center;
    margin: 0 auto;
}


@media (max-width: 600px) {
    .wp-block-zak-block-b2b-our-features figure {
        margin: 0 auto!important;
    }

    .wp-block-zak-block-b2b-our-features h2,
    .wp-block-zak-block-b2b-our-features h3 {
        text-align: center!important;
    }

    .wp-block-zak-block-b2b-our-features p {
        text-align: center!important;
        margin: 0 auto!important;
    }
}