

/* Her bir grubun (container) d�� bo�lu�unu art�r�r */
.grid-stack, .my-8 {
    margin-top: 5rem !important; /* Bo�lu�u buradan ayarlayabilirsin */
    margin-bottom: 2rem !important;
}

/* �lk ba�l���n �st�ndeki gereksiz bo�lu�u siler */
div:first-child .grid-stack {
    margin-top: 0 !important;
}

/* Ba�l�klar�n alt�ndaki bo�lu�u ayarlar */
h2.text-xl {
    padding-top: 1rem !important;
    margin-bottom: 1rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Ay�r�c� ince �izgi */
}