.buttons-container:nth-of-type(2) .btn {
    display: none;
}

.pointOfSale, .warehouseManagement, .selfCheckoutPos, .customerManagement {
    object-fit: cover !important;
    min-height: 250px !important;
    max-height: 250px !important;
}

.mobileApplications {
    object-fit: contain !important;
    min-height: 250px !important;
    max-height: 250px !important;
}

.blog-hero__tags__wrapper {
    overflow: visible !important;
}

.blog-hero__tags {
    flex-wrap: wrap;
    width: auto !important;
}

@media only screen and (max-width: 679px) {
    .hiddenScrollbar {
        scrollbar-width: thin;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
    }

    .blog-hero__tags {
        flex-wrap: nowrap;
        width: max-content !important;
    }
}

