*,
html,
body {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
        font-family: 'Roboto', sans-serif;
}

ul li {
        list-style-type: none;
        margin: 7px auto;
}

a {
        text-decoration: none;
}

@media (max-width: 1366px) {

        /* html {
                font-size: 100%;
        } */

        /* ===CONTAINER-NAVBAR=== */


        /* ===START-CONTAINER-HERO=== */
        #hero .container-hero .hero-item-1 .hero-title .hero-item span h1 {
                font-size: 3.5rem;
                margin: auto 0.5rem;
        }

        #hero .container-hero .hero-item-1 .hero-title .hero-item h4 {
                text-indent: 1rem;
                justify-content: start;
        }

        /* #hero .container-hero .hero-item-1 .hero-content,
        #hero .container-hero .hero-item-1 .hero-content a {
                text-indent: 0;
        } */

        /* #hero .container-hero .hero-item-1 .hero-content a { */
        /* text-indent: 0; */
        /* margin-left: 10rem; */
        /* } */

        /* ===END-CONTAINER-HERO=== */

        /* === START SECTION WRAPPER-1 === */

        /* .wrapper-1 .container-card-header {
                width: 50%;
        } */

        /* === END SECTION WRAPPER-1 === */


}