
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

    body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
        font-family: 'Inter', sans-serif;
    }

    .layout-wrapper.landing {
        max-width: 894px;
        margin: 0 auto;
    }

    .navbar-landing {
        margin: 0 auto;
        padding: 8px 0;
        background: #2C3538;
    }

    .navbar-toggler {
        border-color: #FFFFFF;
    }

    .container {
        max-width: 894px;
    }

    .nft-hero {
        background: none;
        margin-top: 65px;
        padding: 0;
    }

    .hero-left {
        text-align: left;
    }

    .nft-hero h1, .nft-hero p {
        color: #4A66AF;
    }

    .nft-hero h1 {
        margin: 58px 0 0 0;
        font-size: 44px;
        line-height: 44px;
    }

    .hero-tagline {
        margin: 7px 0 0 0;
        font-size: 21px;
        font-weight: 600;
    }

    .hero-p {
        margin: 96px 0 0 0;
    }

    .hero-img {
        margin: 35px 0 0 0;
    }

    #services, #features, #about-us {
        padding: 52px 0 73px 0;
    }

    .home-services {
        text-align: left;
        margin-bottom: 35px;
        color: #4A66AF;
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
    }

    .card {
        border-color: #DFDFDF;
        margin-bottom: 0;
    }

    .monogram_fonts_top, .monogram_maker_top, .about_us_top, .contact_us_top {
        margin-top: 69px;
        padding: 10px;
    }

    /* MAKER */

    #maker.nft-hero h1 {
        margin: 58px 0 0 0;
        font-size: 52px;
        line-height: 52px;
    }

    #maker .hero-p {
        margin: 50px 0 0 0;
    }

    .grid {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2vw;
    }

    /* ABOUT */

    .grid-about {
        display: grid;
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2vw;
        margin-bottom: 16px;
    }

    #about-us h1 {
        color: #4A66AF;
        font-size: 44px;
        line-height: 44px;
    }

    @media (max-width: 575.98px) {

        #services, #features, #about-us {
            padding-bottom: 49px;
        }

        .card {
            margin-bottom: 24px;
        }

        .grid {
            grid-template-rows: repeat(11, 1fr);
            grid-template-columns: repeat(1, 1fr);
        }

        .grid-about {
            grid-template-rows: repeat(2, 2fr);
            grid-template-columns: repeat(2, 2fr);
        }


    }

    @media (max-width: 766.98px) {

        .hero-left {
            text-align: center;
            padding: 0 30px;
        }

        .hero-p {
            margin: 24px 0 0 0;
        }

        .home-services {
            text-align: center;
        }



    }

    @media (max-width: 991.98px) {

        .nft-hero, .monogram_fonts_top, .monogram_maker_top, .about_us_top, .contact_us_top {
            margin-top: 47px;
        }
    }

