@media (min-width: 992px) {

    .col-lg-1-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 991.98px) {

    .bdf-img-slider .item {
        width: 270px;
    }

    .banner-vector,
    .d3-icon {
        display: none;
    }

    .bdf-hero-bg-area {
        padding: 100px 0;
    }

    .banner-bg-bdf {
        padding-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .bdf-fs-65 {
        font-size: 40px;
    }

    .bdf-img-slider .item {
        width: 200px;
    }
}

@media (max-width: 1399.98px) {
    .crafted-retort-box-bdf {
        width: 269px;
        height: 269px;
        left: 44px;
    }

    .crafted-content-bdf {
        padding: 0px 33px;
    }

    .bdf-crafted-text-area {
        max-width: 350px;
        width: 100%;
    }

    .bdf-crafted-box {
        height: 390px;
    }
}

@media (max-width: 1199.98px) {
    .bdf-crafted-box {
        height: auto;
        margin-bottom: 24px;
    }

    .bdf-mt-170 {
        margin: unset;
    }

    .bdf-crafted-icon {
        margin-top: unset;
    }

    .crafted-retort-box-bdf {
        display: none;
    }

    .bdf-crafted-text-area {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .crafted-bdf-border,
    .bdf-crafted-title {
        padding-left: unset;
        width: 100%;
        border-left: none;
        text-align: center;
    }

}