.product-brand-section {
    background: url('../../img/bg_product_category.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 130px 0px 80px 0px;
}

.product-brand-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.product-brand-section h2 {
    max-width: 700px;
    margin: 0 auto;
}

.product-brand-section .card {
    background-color: #fff;
    border-radius: 12px;
}

.product-brand-section .arrow-top-right {
    position: absolute;
    top: 10px;
    right: 15px;
}