section {
    padding: 60px 0;
}

h1.title {
    font-weight: bold;
    font-size: 72px;
    line-height: 1;
    background: linear-gradient(275.71deg, #6AB92C 65.62%, #01A8C8 102.43%), #6AB92C;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

@media (max-width: 1440px) {
    section {
        padding: 50px 0;
    }

    h1.title {
        font-size: 48px;
    }
}

@media (max-width: 1200px) {
    section {
        padding: 40px 0;
    }

    h1.title {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    section {
        padding: 30px 0;
    }

    h1.title {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    section {
        padding: 25px 0;
    }

    h1.title {
        font-size: 24px;
    }
}


.header .navbar_nav li.dropdown:first-child a {
    color: var(--color);
}