

.writing-section{
    display: flex;
    justify-content: center;
}

        .brand-section .container {
            padding-left: 0;
            padding-right: 0;
            
        }
        .brand-card {
            background: #ffffff;
            border: none;
            border-radius: 0;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }
        .brand-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            background: linear-gradient(145deg, #ffffff, #f0f4f8);
        }
        .brand-img-container {
            
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
            height: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .brand-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.5s ease;
        }
        .brand-title {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            margin: 8px 0;
            padding: 0 8px;
        }
        .brand-description {
            color: #666;
            font-size: 0.8rem;
            line-height: 1.3;
            padding: 0 8px;
            margin-bottom: 8px;
        }
        .rating {
            color: #ffc107;
            font-size: 0.9rem;
            margin: 5px 0;
        }
        .rating .fa-star {
            margin: 0 1px;
        }
        /* Özel sütun genişlikleri */
        .col-2-4 {
            flex: 0 0 auto;
            width: 20%;
        }
        .col-2 {
            flex: 0 0 auto;
            width: 20%;
        }
        .col-4-8 {
            flex: 0 0 auto;
            width: 40%;
        }
        @media (max-width: 768px) {
            .brand-section {
                padding: 20px 0;
            }
            #popular-catecory-row > * {
                padding-left: 0;
                padding-right: 0;
                }
            .brand-section .container {
                padding-left: 10px;
                padding-right: 10px;
            }
            .col-2-4 {
                padding-left: 0;
                padding-right: 0;
                width: calc(20% - 5px);
                margin: 0 2.5px;
                margin-bottom: 15px;
            }
            .col-2 {
                padding-left: 0;
                padding-right: 0;
                width: calc(20% - 5px);
                margin: 0 2.5px;
                margin-bottom: 15px;
            }
            .col-4-8 {
                padding-left: 0;
                padding-right: 0;
                width: calc(40% - 5px);
                margin: 0 2.5px;
                margin-bottom: 15px;
            }
            .col-4-8 .brand-img-container {
                height: 160px;
            }
            .col-4-8 .brand-img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
            .brand-img-container {
                height: 120px;
                padding: 8px;
            }
            .brand-img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
            .brand-title {
                font-size: 10px;
                margin: 4px 0;
            }
            .rating {
                font-size: 10px;
                margin: 3px 0;
            }
            .card-bodyy {
                padding: 0;
            }
            .row {
                display: flex;
                flex-wrap: wrap;
                align-items: stretch;
            }
            .col-2-4, .col-2, .col-4-8 {
                display: flex;
                flex-direction: column;
            }
            .card {
                height: 100%;
                display: flex;
                flex-direction: column;
            }
            .card-bodyy {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .col-4-8 .card {
                height: 160px;
            }
            .g-4, .gy-4 {
                --bs-gutter-y: 0;
            }
        }
        @media (max-width: 576px) {
            .brand-section {
                padding: 15px 0;
            }
            .brand-section .container {
                padding-left: 5px;
                padding-right: 5px;
            }
            .col-2-4 {
                padding-left: 0;
                padding-right: 0;
                width: calc(50% - 5px);
                margin: 0 2.5px;
                margin-bottom: 15px;
            }
            .col-2 {
                padding-left: 0;
                padding-right: 0;
                width: calc(50% - 5px);
                margin: 0 2.5px;
                margin-bottom: 15px;
            }
            .col-4-8 {
                padding-left: 0;
                padding-right: 0;
                width: calc(100% - 5px);
                margin: 0 2.5px;
                margin-bottom: 15px;
            }
            .col-4-8 .brand-img-container {
                height: 200px;
            }
            .col-4-8 .brand-img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
            .brand-img-container {
                height: 120px;
                padding: 8px;
            }
            .brand-img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
            .brand-title {
                font-size: 11px;
            }
            .rating {
                font-size: 11px;
            }
            .card-bodyy {
                padding: 0;
            }
            .row {
                display: flex;
                flex-wrap: wrap;
                align-items: stretch;
            }
            .col-2-4, .col-2, .col-4-8 {
                display: flex;
                flex-direction: column;
            }
            .card {
                height: 100%;
                display: flex;
                flex-direction: column;
            }
            .card-bodyy {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
            }
            .col-4-8 .card {
                height: auto;
            }
        }
        .card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            height: 100%;
            background-color: white;
        }
        .col-6 .card {
            height: 100%;
        }
        .col-6 .brand-img-container {
            height: 160px;
        }
        .col-6 .brand-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .brand-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.15);
            background-color: #E7F2E4;
        }