h1 {
    font-size: 60px !important;
}

h2 {
    font-size: 40px !important;
}

h3 {
    font-size: 30px !important;
}

h4 {
    font-size: 20px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 20px !important;
}

p {
    font-size: 18px !important;
    font-weight: 400 !important;
}

body p {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.header-banner-services-mob.fl-node-qhzwc1yg2tid>.fl-row-content-wrap {
    background-color: unset !important;
}

.call_to_action_items {
    background: #3e463b9e;
}

.header-banner-services-mob.fl-node-qhzwc1yg2tid>.fl-row-content-wrap::before,
.header-banner-services-mob.fl-node-qhzwc1yg2tid>.fl-row-content-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((100% - 1265px) / 2);
    background-color: #3e463b9e;
}

.header-banner-services-mob.fl-node-qhzwc1yg2tid>.fl-row-content-wrap::before {
    left: 0;
}

.header-banner-services-mob.fl-node-qhzwc1yg2tid>.fl-row-content-wrap::after {
    right: 0;
}


/*Core BDI VALUE SECTION*/
.bdi-core-value-grid-item {
    position: relative;
}

.bdi-core-value-grid-item:last-child::before {
    position: absolute;
    top: 50px;
    content: '';
    width: 100%;
    height: 100%;
    max-height: 100px;
}

.bdi-core-value-grid-item:nth-child(odd)::after {
    content: '';
    position: absolute;
    top: -27%;
    left: 50%;
    width: 100%;
    border: 5px solid #319939;
    border-bottom: none;
    border-radius: 50% 50% 0 0;
    transform: translateX(-50%);
    box-sizing: border-box;
    height: 100%;
    z-index: 1;
}

.bdi-core-value-grid-item:nth-child(even)::after {
    content: '';
    position: absolute;
    bottom: -27%;
    left: 50%;
    width: 100%;
    border: 5px solid #000;
    border-top: none;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    height: 100%;
    z-index: 9;
}


.about-us-image,
.about-us-image>* {
    height: 100% !important;
}

.nondestructive-section .fl-module.fl-node-y4hmuxez8wtr p {
    margin-bottom: 25px;
}

.what-we-measure-flex-box :where(.fl-node-dk9o85se16qb > :not(.fl-block-overlay, .fl-drop-target)) {
    flex-grow: unset !important;
}

p.sub-heading {
    font-size: 22px !important;
}

nav.breadcrumbs a,
nav.breadcrumbs span {
    font-size: 20px !important;
    font-family: 'Roboto Condensed';
    font-weight: 500;
}

.what-we-measure-flex-box a.tag-btn {
    display: inline-block;
    border: 1px solid;
    margin-right: 10px;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
}

.what-we-measure-flex-box a.tag-btn:hover {
    text-decoration: none;
}

.fl-post-title {
    margin-top: 12rem !important;
}

body h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
}

body h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}

body p {
    font-size: 18px;
    font-weight: 400;
}

.youtube-video-wrapper .fl-photo-img-jpg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: url(https://bdi.viewsite.link/wp-content/uploads/square-play.png) no-repeat 50% 50%;
    width: 18%;
    height: 0;
    padding-top: 75%;
    background-size: contain;
    zoom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}

.youtube-video-wrapper:hover .fl-photo-img-jpg::after {
    zoom: 1;
    opacity: 1;
    z-index: 999;
}

.load-more a:hover {
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.15);
}

.page-top-banner-heading h1 {
    text-align: center;
}

.page-top-banner-heading nav.breadcrumbs {
    text-align: center;
}

body .fl-post-grid-text a {
    text-decoration: none;
    line-height: 42px;
}

.fl-post-grid-post {
    border-radius: 25px;
}

.resource-icons-hexagonal-shape {
    position: relative;
}

.resource-icons-hexagonal-shape::before {
    position: absolute;
    content: '';
    --b: 3px;
    aspect-ratio: cos(30deg);
    clip-path: polygon(50% 0, -50% 50%, 50% 100%, 150% 50%, 50% 0, 50% var(--b), calc(100% - var(--b) * sin(60deg)) calc(25% + var(--b) * cos(60deg)), calc(100% - var(--b) * sin(60deg)) calc(75% - var(--b) * cos(60deg)), 50% calc(100% - var(--b)), calc(var(--b) * sin(60deg)) calc(75% - var(--b) * cos(60deg)), calc(var(--b) * sin(60deg)) calc(25% + var(--b) * cos(60deg)), 50% var(--b));
    background: #3ea545;
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    top: -18px;
}

.where-it-applied-image-outer .fl-photo-content {
    position: relative;
}

.where-it-applied-image-outer .fl-photo-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(18 18 18 / 60%);
    width: 100%;
}

/* services page tab css */
.bdi-how-measure-tab-content {
    display: none;
}

.bdi-how-measure-tab-content.active {
    display: flex;
}

.bdi-tab-measure-menus {
    position: relative;
    cursor: pointer;
}

.bdi-tab-measure-menus.active {
    position: relative;
}

.bdi-tab-measure-menus::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background-color: #fff;
    transition: width 0.3s ease;
    top: 61px;
}

.bdi-tab-measure-menus.active::before {
    width: 100%;

}

.mutli-nde-post-slider-wrapper .fl-post-carousel-text {
    display: none;
}

.mutli-nde-post-slider-wrapper .fl-post-carousel-post {
    background: transparent;
    border-radius: 30px;
}

.our-vision-mission-bdi-logo.structural-subsurface-bdi-logo {
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.our-mission-and-vision .fl-col-group {
    position: relative;
}

a.button.wc-forward,
button.button.alt.addify_checkout_place_quote {
    background: #329939 !important;
    border-block: none !important;
    font-size: 22px !important;
    font-weight: bold !important;
    position: relative;
    text-transform: uppercase !important;
    padding-right: 70px !important;
    height: 52px;
    padding-top: 15px;
    position: relative;
    color: #fff;
    margin-right: 20px;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart a.login-to-buy {
    margin-right: 20px;
}

.post-type-archive-product .search-filter-label {
    font-size: 24px;
    font-weight: 600;
}

a.button.wc-forward:hover {
    color: #fff;
}

a.button.wc-forward::before,
button.button.alt.addify_checkout_place_quote::before {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    background: url(https://bdi.viewsite.link/wp-content/uploads/ct_arr.png);
    background-size: cover;
    width: 68px;
    height: 100%;
}

.woocommerce-mesage {
    display: noone;
}

.woocommerce div.product {
    height: auto !important;
}

.what_we_deliver .col-7 {
    width: 58.33%;
    padding: 15px;
}

.what_we_deliver .col-5 {
    width: 41.67%;
    padding: 15px;
}

.what_we_deliver .row img {
    width: 100%;
}

.what_we_deliver .row {
    display: flex;
    flex-wrap: wrap;
}

.what_we_deliver {
    background-color: #f1f1f1;
}

.what_we_deliver .fl-tabs-labels .fl-tabs-label:focus {
    outline: unset !important;
    border-width: 0px !important;
}

.post-tensioned-concrete-wwm .measure-tabs li.measure-tab {
    width: 33.33%;
}

ul.da-attachments-list {
    padding: 0px;
}

.woo-product-scroll-to-navigation {
    padding: 0px 0;
    text-align: center;
}

.woo-product-scroll-to-navigation-item {
    cursor: pointer;
    color: #41ad49;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    transition: color 0.3s;
}

div.product_tabs {
    display: none;
}

span.attachment-size,
span.attachment-downloads {
    display: none;
}

.download-attachments .download-title {
    padding: 0px;
    margin: 0px;
}

.da-attachments-list li.pdf {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_tabs table {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}

.product_tabs table tr td {
    width: auto;
}

.product_tabs table,
.product_tabs table tr,
.product_tabs table tr td {
    border: 1px solid #ddd;
}

.product_tabs table tr td {
    background-color: #fff;
    padding: 2px 5px;
}

.product_tabs table tr:nth-child(even) td {
    background-color: #f4f7f6;
}

/* BDI Innovation Solution Section Css Start */

.slider-section-innovation-solution .fl-slide-foreground {
    max-width: 100% !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    margin: unset !important;
    z-index: 99;
    padding: 30px 20px;
    height: 100% !important;
    align-content: center;
}

.slider-section-innovation-solution .fl-slide-foreground .fl-slide-content {
    margin: 0px !important;
    padding: 0px !important;
}

.slider-section-innovation-solution .fl-slide .fl-slide-bg-photo {
    border-radius: 10px;
}

.slider-section-innovation-solution .fl-slide .fl-slide-foreground,
.slider-section-innovation-solution .fl-slide .fl-slide-bg-photo::before {
    transition: all 0.3s ease-in-out !important;
}

.slider-section-innovation-solution .fl-slide:hover .fl-slide-foreground,
.slider-section-innovation-solution .fl-slide:hover .fl-slide-bg-photo::before {
    visibility: visible;
    opacity: 1;
}

.slider-section-innovation-solution .fl-slide-bg-photo::before {
    display: unset !important;
    content: '' !important;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    background: #000000b5;
    z-index: 9;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    cursor: auto;
    border-radius: 10px;
}

.slider-section-innovation-solution .fl-button-left {
    text-align: center !important;
}

.slider-section-innovation-solution .fl-slide {
    width: 360px !important;
    margin: 0px 15px;
}


/*Custom post type what we measuer css Start*/
/* Tabs */
.measure-tabs {
    display: flex;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.measure-tab {
    cursor: pointer;
    padding: 10px 20px;
    width: 20%;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-bottom: 2px solid #fff;
}

.measure-tabs li.measure-tab h3 {
    display: inline-block;
    color: #fff;
    margin: 0px;
    line-height: 30px;
}

.measure-tab.active {
    color: #fff;
    font-weight: bold;
    border-bottom: 4px solid #fff;
}

/* Tab content */
.measure-tab-content {
    display: none;
}

.how_we_measure .measure-tab {
    background: transparent;
}

.how_we_measure li.measure-tab {
    width: 25%;
}

.measure-tab-content.active {
    display: block;
}

/* Left list & right content */
.measure-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.measure-list {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.measure-item {
    cursor: pointer;
    padding: 10px;
    border-left: 3px solid transparent;
    transition: 0.3s;
}

.measure-item h3.measure-title {
    margin: 0px;
    font-weight: 400;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.how_we_measure .measure-item h3.measure-title {
    color: #fff;
}

.measure-item.active {
    border-left: 3px solid #fff;
    font-weight: bold;
}

.how_we_measure .measure-item.active {
    border-color: #fff;
}

.measure-content {
    width: 45%;
    position: relative;
}

.measure-content .measure-detail {
    display: none;
    height: 550px;
}

.measure-text p {
    font-size: 24px !important;
    text-align: center;
}

.measure-detail.active {
    display: block;
}

.measure-image {
    position: relative;
    height: 100%;
    display: block;
}

.measure-image .fl-photo-content,
.measure-image .fl-photo {
    height: 100%;
    width: 100%;
}

.measure-image img,
.measure-image .fl-photo-img-jpg img {
    width: 100%;
    height: 100% !important;
    border-radius: 12px;
    object-fit: cover;
}

.measure-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 12px;
}

.payment-measure-section .tabs-wrapper {
    width: 100%;
    overflow: hidden;
}

.payment-measure-section .measure-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 15px;
}

.payment-measure-section .measure-tabs::-webkit-scrollbar {
    display: none;
}

.payment-measure-section .measure-tab {
    flex: 0 0 calc(33.333%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px;
    text-align: center;
    white-space: normal;
}

.health-monitoring .measure-tab,
.construction-monitoring .measure-tab {
    width: 33%;
}

.image-gallery .fl-photo-content img {
    height: 300px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.image-gallery .fl-photo-content img:hover {
    transform: scale(1.1);
}

.image-gallery .fl-photo-content {
    overflow: hidden;
}

.custom-add-to-cart.fl-node-xrvyl50jiecq .afrfqbt_single_page {
    display: block !important;
    background: #329939 !important;
    border-block: none !important;
    font-size: 22px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding-right: 70px !important;
    height: 52px;
    position: relative;
    margin: 0px 20px 0px 0px !important;
    align-content: center;
}

.woocommerce div.product form.cart button.single_add_to_cart_button {
    display: none;
}

.custom-add-to-cart.fl-node-xrvyl50jiecq .afrfqbt_single_page::before {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    background: url(https://bdi.viewsite.link/wp-content/uploads/ct_arr.png);
    background-size: cover;
    width: 68px;
    height: 100%;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
}

.woocommerce div.product form.cart a.button.wc-forward {
    order: 3;
}

.fl-page-nav-right .fl-page-nav-collapse,
div#mega-menu-wrap-header {
    width: 100%;
}

div#mega-menu-wrap-header ul#mega-menu-header {
    justify-content: flex-end;
}

nav.fl-page-nav.fl-nav.navbar.navbar-default.navbar-expand-md {
    width: 80%;
    margin-left: auto;
}

#wc-pao-addon-151-1750061706 .wc-pao-addon-price {
    display: none;
}


/*============= Products slider CSS ==============*/

.custom-arrow {
    font-size: 30px;
    color: #3fae47;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-next.custom-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev.custom-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.related-products-wrapper {
    padding: 40px 20px;
    text-align: center;
}

.slider-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.swiper-button-lock {
    display: block;
}

.fl-module-post-grid .fl-post-grid-post {
    height: 450px !important;
}

.product-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
}

.product-card img {
    max-height: 160px;
    object-fit: contain;
    margin-bottom: 15px;
}

.product-cat {
    color: #22a400;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

.product-cat a {
    color: #22a400;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 48px;
}

.product-price {
    font-size: 20px;
    margin-bottom: 15px;
}

.learn-more-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0 18px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    font-size: 16px;
}

.learn-more-btn .arrow {
    color: #22a400;
    margin-left: 10px;
    font-weight: bold;
}

.swiper-button-prev.custom-arrow img {
    transform: rotate(180deg);
}

img.learn-more-icon {
    margin: 0;
    right: -20px;
    position: relative;
}

.custom-arrow::after {
    display: none;
}

.fl-node-b8o9fz51s0nc.fl-module-list .fl-list-item-heading {
    font-size: 22px !important;
    margin: 0px;
}
body.page-id-3062 #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link,  body.postid-2290 #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link,  body.woocommerce-page #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link, body.postid-3060  #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
}
/* body.page-id-3062 .fl-page-nav-right .fl-page-nav-wrap a, .fl-page-nav-right .fl-page-nav-wrap a *, .fl-page-nav-right .fl-page-nav-wrap a.fas, .fl-page-nav-right .fl-page-nav-wrap a.fab,body.postid-2290 .fl-page-nav-right .fl-page-nav-wrap a, .fl-page-nav-right .fl-page-nav-wrap a *, .fl-page-nav-right .fl-page-nav-wrap a.fas, .fl-page-nav-right .fl-page-nav-wrap a.fab, body.woocommerce-page.fl-page-nav-right .fl-page-nav-wrap a, .fl-page-nav-right .fl-page-nav-wrap a *, .fl-page-nav-right .fl-page-nav-wrap a.fas, .fl-page-nav-right .fl-page-nav-wrap a.fab, body.postid-3060 .fl-page-nav-right .fl-page-nav-wrap a, .fl-page-nav-right .fl-page-nav-wrap a *, .fl-page-nav-right .fl-page-nav-wrap a.fas, .fl-page-nav-right .fl-page-nav-wrap a.fab  {
    color: #191919;
    color: #fff;
} */
body.page-id-3062 ul#mega-menu-header li a.mega-menu-link span.mega-indicator::after, body.post-type-archive-product ul#mega-menu-header li a.mega-menu-link span.mega-indicator::after, body.postid-2290 ul#mega-menu-header li a.mega-menu-link span.mega-indicator::after, body.woocommerce-page ul#mega-menu-header li a.mega-menu-link span.mega-indicator::after, body.postid-3060  ul#mega-menu-header li a.mega-menu-link span.mega-indicator::after {
    color: #fff;
}

/*============= Products slider CSS ==============*/

@media (max-width: 768px) {
    .measure-tab {
        flex: 0 0 calc(50% - 12px);
    }

    .measure-wrapper {
        flex-direction: column;
    }

    .measure-list,
    .measure-content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .measure-tab {
        flex: 0 0 80%;
    }
}

figure.wp-block-gallery .wp-block-image {
    flex-grow: 0 !important;
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667) !important;
}

@media screen and (max-width:1400px) {
    .slider-section-innovation-solution .fl-slide {
        width: 400px !important
    }
}

@media screen and (max-width: 1250px) {
    nav.fl-page-nav.fl-nav.navbar.navbar-default.navbar-expand-md {
        width: 100%;
        margin: unset;
    }
}

@media screen and (max-width:1024px) {
    .leading-team-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .our-vision-mission-bdi-logo {
        z-index: 99;
    }

    .our-mission-content,
    .our-vision-content {
        width: 100% !important;
    }

    .our-vision-mission-bdi-logo .fl-photo-content.fl-photo-img-png {
        background: #fff;
        padding: 10px 10px;
    }

    .our-mission-and-vision .fl-col-group .fl-col.col-left .fl-col-content {
        padding-right: 30px !important;
    }

    .our-mission-and-vision .fl-col-group .fl-col.col-right .fl-col-content {
        padding-right: 30px;
        padding-left: 60px;
    }

    .fl-builder-content .fl-node-9xvostk423fr,
    .fl-builder-content .fl-node-qjyukb38tmfi {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left;
    }
}

@media screen and (max-width: 992px) {
    .fl-node-qhzwc1yg2tid>.fl-row-content-wrap {
        background-color: #3e463b9e;
        top: 0px !important;
    }

    .fl-row.fl-row-full-width.fl-row-bg-color.fl-node-qhzwc1yg2tid.fl-row-default-height.fl-row-align-center.header-banner-services-mob {
        height: 100% !important;
    }

    .header-banner-services-mob .fl-col-small:not(.fl-col-small-full-width) {
        padding: 0px !important;
    }

    .measure-tab img {
        width: 30px;
    }

    ul.measure-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .measure-tab {
        width: 33.33%;
    }

    .measure-wrapper {
        flex-wrap: wrap;
    }

    .measure-list {
        width: 100%;
    }

    .measure-content {
        width: 100%;
    }

    .measure-tabs-content {
        padding: 0px 20px;
    }

    .measure-item {
        padding: 0px 0px 0px 15px;
        line-height: normal;
    }

    .how_we_measure li.measure-tab {
        width: 33.33%;
    }

    div#mega-menu-wrap-header ul#mega-menu-header {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {

    .our-mission-and-vision .fl-col-group .fl-col.col-left,
    .our-mission-and-vision .fl-col-group .fl-col.col-right {
        padding: 0px !important;
    }

    .our-vision-mission-bdi-logo {
        display: none !important;
    }

    h1 {
        font-size: 36px !important;
        line-height: 36px !important;
    }

    h2 {
        font-size: 27px !important;
        line-height: 27px !important;
    }

    h3 {
        font-size: 24px !important;
        line-height: 24px !important;
    }

    h4 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    h5 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    h6 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    p {
        font-size: 18px !important;
        line-height: 20px !important;
        font-weight: 400 !important;
    }

    .where_it_applies .fl-module-box {
        width: 48%;
    }

    .fl-col-group.fl-node-ibxojhd61c4a.fl-col-group-nested {
        display: flex;
        flex-wrap: wrap;
    }

    .what_we_deliver .col-7,
    .what_we_deliver .col-5 {
        width: 100%;
    }

    img.alignright {
        float: unset;
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .leading-team-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .where_it_applies .fl-module {
        width: 100% !important;
    }

    .measure-item img {
        max-width: 30px;
    }

    .measure-text p {
        line-height: 24px !important;
    }
}

.new-blog-article-column-js .fl-post-grid-image {
    height: 230px;
}

.new-blog-article-column-js .fl-post-grid-image img.attachment-medium.size-medium.wp-post-image {
    width: 100%;
    height: 100% !important;
}