.product-catalogue-section {
    padding: 121px 0 199px;
    border-bottom: 1px solid #F79F00;
    margin-bottom: 9px;
}
.product-catalogue-section .section-heading {
    margin-bottom: 58px;
}
.product-catalogue-section .container {
    max-width: 1166px;
}
.product-catalogue-section .box-inner .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.product-catalogue-section .box-content .category-name {
    margin: 0;
    color: #fff;
    max-width: 55%;
}
.product-catalogue-section .box-content .button {
    margin-top: 2px;
}
.product-catalogue-section .box-content {
    position: absolute;
    bottom: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 0 42px;
}
.product-catalogue-section .box-inner:hover .button.secondary:after {
    right: -10px;
}
.product-catalogue-section .box-inner {
    height: 0;
    position: relative;
    padding-bottom: 100%;
    box-shadow: 10px 3px 20.6px 0px rgba(0, 0, 0, 0.25);
}
.product-catalogue-section .wrapper {
    justify-content: center;
}
.product-catalogue-section .category_box {
    margin-top: 21px;
    text-align: center;
}

.product-catalogue-section .category_box .category-name {
    margin: 7px 0 0;
}
@media(max-width: 1199px) {
    .product-catalogue-section .box-content {
        padding: 0 30px;
    }
}
@media(max-width: 1024px) {
    .product-catalogue-section .box-content {
        padding: 0 20px;
    }
}
@media(max-width: 1023px) {
    .product-catalogue-section .box-content {
        padding: 0 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .product-catalogue-section .box-content .category-name {
        max-width: 100%;
    }
    .product-catalogue-section .category_box {
        width: 33.33%;
    }
}
@media(max-width: 767.98px) {
    .product-catalogue-section {
        padding: 100px 0 99px;
    }
    
    .product-catalogue-section .section-heading {
        margin-bottom: 41px;
    }
    
    .product-catalogue-section .wrapper {
        --bs-gutter-x: 16px;
    }
    .product-catalogue-section .box-content {
        bottom: 36px;
        gap: 30px;
    }
    .product-catalogue-section .category_box {
        width: 50%;
        margin-top: 23px;
    }
    .product-catalogue-section .category_box:nth-child(n + 5) {
        display: none;
    }
}