.header .navbar_nav li.dropdown:nth-child(1) a {
    background: var(--color);
    color: #fff;
}

section .title {
    max-width: 400px;
}

section .title h1 {
    font-size: 48px;
    color: var(--color);
    font-weight: bold;
    line-height: 1;
}

section .title h2 {
    font-size: 36px;
    color: var(--color);
    font-weight: bold;
    margin: 15px 0;
    line-height: 1;
}

section .title h3 {
    font-size: 18px;
    color: #333;
    line-height: 1;
}

@media (max-width: 1440px) {
    section .title h1 {
        font-size: 40px;
        line-height: 1;
    }

    section .title h2 {
        font-size: 28px;
    }

    section .title h3 {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    section .title h1 {
        font-size: 32px;
    }

    section .title h2 {
        font-size: 20px;
    }

    section .title h3 {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    section .title h1 {
        font-size: 24px;
    }

    section .title h2 {
        font-size: 18px;
        margin: 10px 0;
    }

    section .title h3 {
        font-size: 14px;
    }
}