.home__counter {
    background-color: #ecefd3;
}

.home__news.home__counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-landing__tab-card.tab-card.d-last-none:last-child {
    display: none;
}

.product-landing__tab {
    padding: 40px;
    justify-content: center;
}






@media screen and (max-width: 991px) {
    .product-landing__tab img {
        width: 200px !important;
    }

    .product-landing__tab {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .product-landing__tab img {
        width: 400px;
    }
}