.tips-section {
    background: #FAF7F4;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
}

main {
    background-color: #FAF7F4;
    width: 100%;
}

.tips-section .text-banner {
    font-family: 'PT Mono', monospace;
}

.grid-cols-1 {
    display: flex;
}

.text-banner {
    width: 100%;
    max-width: 600px;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 0 0 32px;
    color: #1a1a1a;
    font-family: 'PT Mono', monospace;
}

.space-y-12 {
    width: 50%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    
    .grid-cols-1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tips-section {
        width: 100%;
        padding-top: 20px;
        overflow-x: hidden;
    }
    
    .tips-section .text-banner {
        writing-mode: horizontal-tb;
        transform: none;
        text-align: center;
        margin-bottom: 2rem;
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    
    .space-y-12 {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    
    .text-5xl {
        font-size: 32px;
    }
}

.tips-section h4 {
    font-family: 'PT Mono', monospace;
    letter-spacing: -0.3px;
}

.space-y-4 {
    margin-bottom: 20px;
}

.rich-text p {
    font-size: 16px;
    line-height: 1.65;
    color: #555;
    margin: 20px auto;
    font-family: 'PT Mono', monospace;
}