#text-heading {
    background: #07111F;
    padding-top: 36px;   
    padding-bottom: 12px;
    
    .content {
        display: grid;
        gap: 20px;
        line-height: 1.5;
    }

    .title {
        letter-spacing: 1px;
        font-size: 28px;
        border-bottom: 1px solid var(--border);
        padding-bottom: 12px;
        text-transform: uppercase;
    }
}