.qtec-name {
    color: #1c1c1c;
    font-size: 25px;
    font-weight: 700;
    line-height: 23px;
}

@media (max-width: 767px) {
    .qtec-name {
        font-size: 20px;
        line-height: 20px;
    }

    .header .header-nav .qtec-logo-name {
        gap: 0.5rem;
    }
}