/* Brand Tech Text Styling */
.brand-tech-text {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #D82626;
    /* Dark Navy/Black from theme */
    letter-spacing: 1px;
    line-height: normal;
    margin-top: 0;
    margin-left: 5px;
    text-transform: capitalize;
}

/* Ensure it looks good on mobile too */
@media (max-width: 768px) {
    .brand-tech-text {
        font-size: 20px;
    }
}