    body {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        background-color: #fef200;
        font-family: "MyCustomFont", sans-serif;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100vh;
        color: #000;
        position: relative;
        overflow-x: hidden;
    }

    body::after {
        position: absolute;
        content: '';
        background-image: url(bg.png);
        background-size: cover;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: -1;
            background-repeat: no-repeat;
            background-position: right;
    }


    .container {
        width: 100%;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 3%;
    }

    h1 {
        margin-top: 0;
        font-weight: 500;
        font-size: 120px;
        margin-bottom: 15px;
    }
        section {
        width: 78%;
    }



    /* @media(min-width:768px) {
            h1 {
                font-size: 100px;
                margin-bottom: 15px;
            }
        } */

    @media(min-width:992px) {
        h1 {
            font-size: 80px;
            margin-bottom: 5px;
        }
    }

    @media(min-width:1200px) {
            section {
        width: 100%;
    }

        h1 {
            font-size: 60px;
            margin-bottom: 10px;
        }
    }

    @media(min-width:1360px) {
        h1 {
            font-size: 70px;
            margin-bottom: 12px;
        }
    }

    @media(min-width:1440px) {
        h1 {
            font-size: 80px;
        }
    }

    @media(min-width:1600px) {
        h1 {
            font-size: 90px;
        }
    }

    @media(min-width:1900px) {
        h1 {
            font-size: 100px;
            margin-bottom: 15px;
        }
    }

    @media(max-width:575px) {
        h1 {
            margin-top: 0px
        }
    }

    p,
    p a {
        color: #000;
        font-weight: 400;
        font-size: 48px;
    }


    @media(min-width:992px) {

        p,
        p a {
            font-size: 20px;
        }
    }

    @media(min-width:1200px) {

        p,
        p a {
            font-size: 20px;
        }
    }

    @media(min-width:1360px) {

        p,
        p a {
            font-size: 22px;
        }
    }

    @media(min-width:1440px) {

        p,
        p a {
            font-size: 24px;
        }
    }

    @media(min-width:1600px) {

        p,
        p a {
            font-size: 26px;
        }
    }

    @media(min-width:1900px) {

        p,
        p a {
            font-size: 28px;
        }
    }

    .text-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }

    @media(min-width:992px) {
        .text-wrapper {
            width: 600px;
            margin-bottom: 40px;
        }
    }

    @media(min-width:992px) {
        .text-wrapper {

            margin-bottom: 40px;
        }
    }

    @media(min-width:1200px) {

        .text-wrapper {
            width: 530px;
            margin-bottom: 50px;
        }
    }

    @media(min-width:1440px) {
        .text-wrapper {
            margin-bottom: 55px;
        }
    }

    @media(min-width:1600px) {
        .text-wrapper {
            margin-bottom: 60px;
        }
    }

    @media(min-width:1900px) {
        .text-wrapper {
            margin-bottom: 70px;
        }
    }

    h2 {
        font-weight: 400;

        margin-top: 35px;
        font-size: 80px;
    }

    @media(min-width:992px) {
        h2 {
            font-size: 40px;
        }
    }

    @media(min-width:1200px) {
        h2 {
            font-size: 45px;
        }
    }

    h4,
    h3 {

        font-weight: 300;
    }

    h3 {
        font-size: 70px;
    }

    @media(min-width:992px) {
        h3 {
            font-size: 22px;
        }
    }

    img {
        width: 100%;
        height: auto;
    }

    picture {
        width: 190px;
        display: block;
        margin-bottom: 20px;
    }

    a {
        text-decoration: none;
    }

    h4,
    h4 a,
    h4 span {
        color: #000;
        font-size: 55px;
    }

    @media(min-width:992px) {
        picture {
            width: 110px;

        }

        h4,
        h4 a,
        h4 span {
            font-size: 27px;
        }
    }
   

    @media(max-width: 991px) {
        h3{
            margin-bottom: 10px;
        }
        h4 {
            margin-top: 0;
            gap: 16px;
            display: flex;
            flex-direction: column;
        }
        h4 span{
            width: 100%;
        }
    }